Skip to content

Commit

Permalink
Update podspec to support iOS 7 and latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony DiPasquale committed Jan 8, 2015
1 parent e40f9ea commit fcfe190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Argo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Argo'
spec.version = '0.2'
spec.version = '0.2.1'
spec.summary = 'Functional JSON parsing library for Swift.'
spec.homepage = 'https://github.com/thoughtbot/Argo'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => 'https://github.com/thoughtbot/Argo.git', :tag => "v#{spec.version}" }
spec.source_files = 'Argo/**/*.{h,swift}'
spec.requires_arc = true
spec.ios.deployment_target = '8.0'
spec.ios.deployment_target = '7.0'
spec.osx.deployment_target = '10.9'
end

0 comments on commit fcfe190

Please sign in to comment.