Skip to content

Commit 10e2c2a

Browse files
committed
Added tvOS deployment target to podspec
1 parent 35c94b2 commit 10e2c2a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SwiftyJSON.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Pod::Spec.new do |s|
1010
s.osx.deployment_target = "10.9"
1111
s.ios.deployment_target = "8.0"
1212
s.watchos.deployment_target = "2.0"
13+
s.tvos.deployment_target = "9.0"
1314
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "2.3.0"}
1415
s.source_files = "Source/*.swift"
1516
end

0 commit comments

Comments
 (0)