|
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
|
|
s.swift_version = "5.6"
|
|
s.swift_version = "5.6"
|
|
s.ios.deployment_target = "11.0"
|
|
s.ios.deployment_target = "11.0"
|
|
s.osx.deployment_target = "10.12"
|
|
s.osx.deployment_target = "10.12"
|
|
- s.watchos.deployment_target = "2.0"
|
|
|
|
|
|
+ s.watchos.deployment_target = "4.0"
|
|
s.tvos.deployment_target = "11.0"
|
|
s.tvos.deployment_target = "11.0"
|
|
s.source_files = "Sources/CryptoSwift/**/*.swift"
|
|
s.source_files = "Sources/CryptoSwift/**/*.swift"
|
|
s.requires_arc = true
|
|
s.requires_arc = true
|