File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ Pod::Spec.new do |spec|
17
17
18
18
spec . requires_arc = true
19
19
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 "
21
21
22
22
spec . pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
23
23
24
- spec . ios . deployment_target = '9 .0'
24
+ spec . ios . deployment_target = '11 .0'
25
25
spec . ios . source_files = "Library/**/*.swift"
26
- spec . tvos . deployment_target = '9 .0'
26
+ spec . tvos . deployment_target = '11 .0'
27
27
spec . tvos . source_files = "Library/**/*.swift"
28
- spec . watchos . deployment_target = '2.2 '
28
+ spec . watchos . deployment_target = '4.0 '
29
29
spec . watchos . source_files = [ "Library/Core/*.swift" , "Library/Foundation/*.swift" ]
30
30
31
31
spec . module_name = "Rswift"
You can’t perform that action at this time.
0 commit comments