Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

Commit 72ee455

Browse files
authored
Merge pull request #43 from mac-cain13/minimum-deployment-target
Update minimum deployment target
2 parents 3a64127 + 4d98152 commit 72ee455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R.swift.Library.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Pod::Spec.new do |spec|
2121

2222
spec.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
2323

24-
spec.ios.deployment_target = '9.0'
24+
spec.ios.deployment_target = '11.0'
2525
spec.ios.source_files = "Library/**/*.swift"
26-
spec.tvos.deployment_target = '9.0'
26+
spec.tvos.deployment_target = '11.0'
2727
spec.tvos.source_files = "Library/**/*.swift"
28-
spec.watchos.deployment_target = '2.2'
28+
spec.watchos.deployment_target = '4.0'
2929
spec.watchos.source_files = ["Library/Core/*.swift", "Library/Foundation/*.swift"]
3030

3131
spec.module_name = "Rswift"

0 commit comments

Comments
 (0)