Showing
2 changed files
with
1 additions
and
0 deletions
... | @@ -30,5 +30,6 @@ Pod::Spec.new do |spec| | ... | @@ -30,5 +30,6 @@ 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 | + spec.ios.vendored_frameworks = 'WarplySDKFrameworkIOS.framework' | ||
33 | 34 | ||
34 | end | 35 | end | ... | ... |
-
Please register or login to post a comment