diff --git a/Alamofire-SwiftyJSON.podspec b/Alamofire-SwiftyJSON.podspec index 5447dc7..f22ed5f 100644 --- a/Alamofire-SwiftyJSON.podspec +++ b/Alamofire-SwiftyJSON.podspec @@ -9,6 +9,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.osx.deployment_target = "10.11" s.ios.deployment_target = "9.0" + s.tvos.deployment_target = "9.0" s.source = { :git => "https://github.com/SwiftyJSON/Alamofire-SwiftyJSON.git", :tag => s.version } s.source_files = "Source/*.swift" s.dependency 'Alamofire', '~> 4.5'