Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -51,10 +51,10 @@ Pod::Spec.new do |spec| | ... | @@ -51,10 +51,10 @@ Pod::Spec.new do |spec| |
51 | # <== NEW | 51 | # <== NEW |
52 | 52 | ||
53 | # Add explicit Swift version | 53 | # Add explicit Swift version |
54 | - spec.swift_version = '5.0' | 54 | + # spec.swift_version = '5.0' |
55 | 55 | ||
56 | # Add explicit deployment target | 56 | # Add explicit deployment target |
57 | - spec.ios.deployment_target = '17.0' | 57 | + # spec.ios.deployment_target = '17.0' |
58 | 58 | ||
59 | # Add explicit build settings | 59 | # Add explicit build settings |
60 | # spec.pod_target_xcconfig = { | 60 | # spec.pod_target_xcconfig = { | ... | ... |
-
Please register or login to post a comment