We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c94b2 commit 10e2c2aCopy full SHA for 10e2c2a
1 file changed
SwiftyJSON.podspec
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
10
s.osx.deployment_target = "10.9"
11
s.ios.deployment_target = "8.0"
12
s.watchos.deployment_target = "2.0"
13
+ s.tvos.deployment_target = "9.0"
14
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "2.3.0"}
15
s.source_files = "Source/*.swift"
16
end
0 commit comments