Skip to content

Commit

Permalink
Update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Fox authored and Tyler Fox committed Jul 22, 2015
1 parent 2683345 commit 0b51dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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'
Expand Down

0 comments on commit 0b51dd3

Please sign in to comment.