Merge pull request #54 from wongzigii/podspec

[Podspec] Update Podspec
This commit is contained in:
Zigii Wong
2017-02-26 00:45:22 +08:00
committed by GitHub

View File

@@ -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"