Vasilis

update

...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
78 </data> 78 </data>
79 <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> 79 <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key>
80 <data> 80 <data>
81 - CPb2TZa34YUETwUKjeJbEa1rb6Y= 81 + w2OoypnUpXxWia6kRUvouz935Ao=
82 </data> 82 </data>
83 <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> 83 <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
84 <data> 84 <data>
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
262 <dict> 262 <dict>
263 <key>hash2</key> 263 <key>hash2</key>
264 <data> 264 <data>
265 - 484ovcLMuPz/eKsvXJtVxR1tfLvMXYYxGA/MD8tAqYc= 265 + uoeqA0F0UwV65t79i1ifwAwKCBDXZt0qC/1EF0Kw6S0=
266 </data> 266 </data>
267 </dict> 267 </dict>
268 <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> 268 <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key>
......
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.14" 4 + spec.version = "0.0.15"
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,7 +17,7 @@ Pod::Spec.new do |spec| ...@@ -17,7 +17,7 @@ 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.14" } 20 + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.15" }
21 21
22 spec.source_files = "WarplySDKFrameworkIOS.framework/headers/*.h" 22 spec.source_files = "WarplySDKFrameworkIOS.framework/headers/*.h"
23 spec.exclude_files = "Classes/Exclude" 23 spec.exclude_files = "Classes/Exclude"
......