Skip to content

Commit

Permalink
Merge pull request #773 from levous/master
Browse files Browse the repository at this point in the history
Added frameworks to the podspec for this charting library
  • Loading branch information
keith committed Nov 21, 2012
2 parents d5a3f56 + 95d97fe commit 47960bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FRD3DBarChart/1.0.0/FRD3DBarChart.podspec
Expand Up @@ -8,5 +8,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/sebastienwindal/FRD3DBarChart.git", :tag => "1.0.0" } s.source = { :git => "https://github.com/sebastienwindal/FRD3DBarChart.git", :tag => "1.0.0" }
s.platform = :ios s.platform = :ios
s.source_files = 'FRD3DBarChart/FRD3DBarChartViewController*.{h,m}', 'FRD3DBarChart/Shapes.h' s.source_files = 'FRD3DBarChart/FRD3DBarChartViewController*.{h,m}', 'FRD3DBarChart/Shapes.h'
s.frameworks = 'OpenGLES', 'GLKit', 'QuartzCore', 'CoreText'
s.requires_arc = true s.requires_arc = true
end end

0 comments on commit 47960bb

Please sign in to comment.