Showing
4 changed files
with
4 additions
and
4 deletions
No preview for this file type
No preview for this file type
... | @@ -90,7 +90,7 @@ | ... | @@ -90,7 +90,7 @@ |
90 | </data> | 90 | </data> |
91 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> | 91 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> |
92 | <data> | 92 | <data> |
93 | - U4vl9NwdETM0dDEpQmKkJ+EKwTA= | 93 | + riM04+UZq4pdL1YKD6/DozBd3WU= |
94 | </data> | 94 | </data> |
95 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> | 95 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> |
96 | <data> | 96 | <data> |
... | @@ -289,7 +289,7 @@ | ... | @@ -289,7 +289,7 @@ |
289 | <dict> | 289 | <dict> |
290 | <key>hash2</key> | 290 | <key>hash2</key> |
291 | <data> | 291 | <data> |
292 | - 8CDL7DSmtr96pL593GtnCnh5fMEDVN6Tu+Shrl8h+XE= | 292 | + Ski3/ffVRlrv5ROhBwJFtC1jhHkhOEJ3HZxIUikOmwk= |
293 | </data> | 293 | </data> |
294 | </dict> | 294 | </dict> |
295 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> | 295 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-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.21" | 4 | + spec.version = "0.0.22" |
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.21" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.22" } |
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" | ... | ... |
-
Please register or login to post a comment