Update pod spec to make pod lib lint happy

This commit is contained in:
Zigii Wong
2017-02-26 00:35:52 +08:00
parent 58c6e10c93
commit 6392e15540

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"