diff --git a/INTUGroupedArray.podspec b/INTUGroupedArray.podspec index 8a709f8..916ce49 100644 --- a/INTUGroupedArray.podspec +++ b/INTUGroupedArray.podspec @@ -1,10 +1,10 @@ Pod::Spec.new do |s| s.name = "INTUGroupedArray" - s.version = "1.1.0" + s.version = "1.1.1" s.homepage = "https://github.com/intuit/GroupedArray" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Tyler Fox" => "tyler_fox@intuit.com" } - s.source = { :git => "https://github.com/intuit/GroupedArray.git", :tag => "v1.1.0" } + s.source = { :git => "https://github.com/intuit/GroupedArray.git", :tag => "v1.1.1" } s.source_files = 'Source/INTUGroupedArray/**/*.{h,m}' s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.7'