Skip to content

Commit

Permalink
1.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienwindal committed Apr 8, 2014
1 parent e623476 commit 16fc8ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FRD3DBarChart.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "FRD3DBarChart"
s.version = "1.1.0"
s.version = "1.1.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", :tag => "1.1.0" }
s.source = { :git => "https://github.com/sebastienwindal/FRD3DBarChart.git", :tag => "1.1.1" }
s.platform = :ios, '7.0'
s.source_files = 'FRD3DBarChart/FRD3DBarChartViewController*.{h,m}', 'FRD3DBarChart/Shapes.h'
s.frameworks = 'OpenGLES', 'GLKit', 'QuartzCore', 'CoreText'
Expand Down

0 comments on commit 16fc8ed

Please sign in to comment.