Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -30,7 +30,7 @@ Pod::Spec.new do |spec| | ... | @@ -30,7 +30,7 @@ Pod::Spec.new do |spec| |
30 | spec.ios.deployment_target = '13.0' | 30 | spec.ios.deployment_target = '13.0' |
31 | spec.frameworks = 'UIKit', 'Foundation' | 31 | spec.frameworks = 'UIKit', 'Foundation' |
32 | spec.requires_arc = true | 32 | spec.requires_arc = true |
33 | - s.subspec 'WarplySDKFrameworkIOS' do |mylib| | 33 | + spec.subspec 'WarplySDKFrameworkIOS' do |mylib| |
34 | mylib.source_files = 'WarplySDKFrameworkIOS/**/*' | 34 | mylib.source_files = 'WarplySDKFrameworkIOS/**/*' |
35 | mylib.vendored_frameworks = 'WarplySDKFrameworkIOS/Frameworks/WarplySDKFrameworkIOS.framework' | 35 | mylib.vendored_frameworks = 'WarplySDKFrameworkIOS/Frameworks/WarplySDKFrameworkIOS.framework' |
36 | end | 36 | end | ... | ... |
-
Please register or login to post a comment