Add WatchOS target to podspec
This commit is contained in:
parent
039d71c2b3
commit
4b928744b7
|
@ -22,5 +22,7 @@ Pod::Spec.new do |s|
|
|||
s.tvos.vendored_frameworks = "frameworks/AppleTV/openssl.framework"
|
||||
s.osx.deployment_target = "10.11"
|
||||
s.osx.vendored_frameworks = "frameworks/MacOSX/openssl.framework"
|
||||
s.watchos.deployment_target = "4.0"
|
||||
s.watchos.vendored_frameworks = "frameworks/WatchOS/openssl.framework"
|
||||
s.requires_arc = false
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue