From 16fc8ed588aebe59e3abab2af14caa741dde6f46 Mon Sep 17 00:00:00 2001 From: Sebastien Windal Date: Mon, 7 Apr 2014 23:08:50 -0400 Subject: [PATCH] 1.1.1 release --- FRD3DBarChart.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FRD3DBarChart.podspec b/FRD3DBarChart.podspec index c9a801d..a43dcfd 100644 --- a/FRD3DBarChart.podspec +++ b/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'