diff --git a/Alamofire-SwiftyJSON.podspec b/Alamofire-SwiftyJSON.podspec index 9263517..3b1e0e1 100644 --- a/Alamofire-SwiftyJSON.podspec +++ b/Alamofire-SwiftyJSON.podspec @@ -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"