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

Commit 0e49aa2

Browse files
authored
Update minimum deployment target
1 parent 3a64127 commit 0e49aa2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

R.swift.Library.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Pod::Spec.new do |spec|
1717

1818
spec.requires_arc = true
1919
spec.source = { :git => "https://github.com/mac-cain13/R.swift.Library.git", :tag => "v#{spec.version}" }
20-
spec.swift_version = "5.1"
20+
spec.swift_version = "5.7"
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)