Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -18,7 +18,7 @@ Pod::Spec.new do |spec| | ... | @@ -18,7 +18,7 @@ Pod::Spec.new do |spec| |
18 | spec.platform = :ios, "11.0" | 18 | spec.platform = :ios, "11.0" |
19 | 19 | ||
20 | spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.32" } | 20 | spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.32" } |
21 | - spec.public_header_files = "WarplySDKFrameworkIOS.framework/Headers/*.h" | 21 | + spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" |
22 | spec.source_files = "SwiftWarplyFramework.framework/headers/*.h" | 22 | spec.source_files = "SwiftWarplyFramework.framework/headers/*.h" |
23 | spec.vendored_frameworks = "SwiftWarplyFramework.framework" | 23 | spec.vendored_frameworks = "SwiftWarplyFramework.framework" |
24 | spec.exclude_files = "Classes/Exclude" | 24 | spec.exclude_files = "Classes/Exclude" | ... | ... |
-
Please register or login to post a comment