Skip to content

Commit

Permalink
[Add] FRD3DBarChart (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Aug 10, 2012
1 parent fa7bdc7 commit 3b67d39
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions FRD3DBarChart/0.0.1/FRD3DBarChart.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "FRD3DBarChart"
s.version = "0.0.1"
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", :commit => "a07b24e3da858e60f45583dc5a761b955ba1012f" }
s.platform = :ios
s.source_files = 'FRD3DBarChart/FRD3DBarChartViewController*.{h,m}', 'FRD3DBarChart/Shapes.h'
s.requires_arc = true
end

0 comments on commit 3b67d39

Please sign in to comment.