Vasilis

update

1 Pod::Spec.new do |spec| 1 Pod::Spec.new do |spec|
2 2
3 spec.name = "WarplySDKFrameworkIOS" 3 spec.name = "WarplySDKFrameworkIOS"
4 - spec.version = "0.0.25" 4 + spec.version = "0.0.26"
5 spec.summary = "A framework used for several functionalities." 5 spec.summary = "A framework used for several functionalities."
6 6
7 spec.description = "This is the Warply framework used for react native or swift apps for analytics, push notifications and the functionality of the app." 7 spec.description = "This is the Warply framework used for react native or swift apps for analytics, push notifications and the functionality of the app."
...@@ -17,9 +17,9 @@ Pod::Spec.new do |spec| ...@@ -17,9 +17,9 @@ Pod::Spec.new do |spec|
17 17
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.25" } 20 + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.26" }
21 21
22 - spec.source_files = "WarplySDKFrameworkIOS.framework/headers/*.h" 22 + spec.source_files = "WarplySDKFrameworkIOS*", "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 = {
......