mirror of
https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git
synced 2026-01-12 15:34:03 +08:00
Update pod spec to make pod lib lint happy
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user