Skip to content

Commit

Permalink
Merge pull request #54 from wongzigii/podspec
Browse files Browse the repository at this point in the history
[Podspec] Update Podspec
  • Loading branch information
wongzigii committed Feb 25, 2017
2 parents a8a7cf7 + 6392e15 commit c939008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Alamofire-SwiftyJSON.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.authors = { "tangplin" => "tangplin@gmail.com" }

s.requires_arc = true
s.osx.deployment_target = "10.9"
s.osx.deployment_target = "10.11"
s.ios.deployment_target = "9.0"
s.source = { :git => "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git", :tag => s.version }
s.source_files = "Source/*.swift"
Expand Down

0 comments on commit c939008

Please sign in to comment.