Update podspec to allow for watchOS and tvOS too
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user