Update podspec to allow for watchOS and tvOS too

This commit is contained in:
Niklas Saers
2017-06-03 20:39:24 +02:00
parent 5df8aaf4e1
commit e81755277d
+2
View File
@@ -10,6 +10,8 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.osx.deployment_target = "10.11"
s.ios.deployment_target = "10.0"
s.watchos.deployment_target = "3.0"
s.tvos.deployment_target = "10.0"
s.source = { :git => "https://github.com/IBM-Swift/BlueSocket.git", :tag => s.version }
s.source_files = "Sources/*.swift"
s.pod_target_xcconfig = {