We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a64127 + 4d98152 commit 72ee455Copy full SHA for 72ee455
R.swift.Library.podspec
@@ -21,11 +21,11 @@ Pod::Spec.new do |spec|
21
22
spec.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
23
24
- spec.ios.deployment_target = '9.0'
+ spec.ios.deployment_target = '11.0'
25
spec.ios.source_files = "Library/**/*.swift"
26
- spec.tvos.deployment_target = '9.0'
+ spec.tvos.deployment_target = '11.0'
27
spec.tvos.source_files = "Library/**/*.swift"
28
- spec.watchos.deployment_target = '2.2'
+ spec.watchos.deployment_target = '4.0'
29
spec.watchos.source_files = ["Library/Core/*.swift", "Library/Foundation/*.swift"]
30
31
spec.module_name = "Rswift"
0 commit comments