Vasilis

fix

...@@ -19,7 +19,7 @@ Pod::Spec.new do |spec| ...@@ -19,7 +19,7 @@ Pod::Spec.new do |spec|
19 19
20 spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.13" } 20 spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.13" }
21 21
22 - spec.source_files = "headers/*.h" 22 + spec.source_files = "WarplySDKFrameworkIOS.framework/headers/*.h"
23 spec.exclude_files = "Classes/Exclude" 23 spec.exclude_files = "Classes/Exclude"
24 24
25 # spec.resource_bundles = { 25 # spec.resource_bundles = {
......