Files
JBChartView/FRD3DBarChart/1.0.0/FRD3DBarChart.podspec
T
2012-08-10 20:55:04 +02:00

13 lines
576 B
Ruby

Pod::Spec.new do |s|
s.name = "FRD3DBarChart"
s.version = "1.0.0"
s.summary = "Interactive iOS 3D bar chart control made with GLKit."
s.homepage = "https://github.com/sebastienwindal/FRD3DBarChart"
s.license = 'New BSD'
s.author = { "Sebastien Windal" => "sebastien@windal.net" }
s.source = { :git => "https://github.com/sebastienwindal/FRD3DBarChart.git", :tag => "1.0.0" }
s.platform = :ios
s.source_files = 'FRD3DBarChart/FRD3DBarChartViewController*.{h,m}', 'FRD3DBarChart/Shapes.h'
s.requires_arc = true
end