Showing
5 changed files
with
4 additions
and
4 deletions
No preview for this file type
No preview for this file type
This file is too large to display.
| ... | @@ -178,7 +178,7 @@ | ... | @@ -178,7 +178,7 @@ |
| 178 | </data> | 178 | </data> |
| 179 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> | 179 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
| 180 | <data> | 180 | <data> |
| 181 | - z9V9tblnjxIzgnUOza2Zoz78DQc= | 181 | + clQwwv0lS4sRVxLMzmv2TAF5kdI= |
| 182 | </data> | 182 | </data> |
| 183 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 183 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
| 184 | <data> | 184 | <data> |
| ... | @@ -553,7 +553,7 @@ | ... | @@ -553,7 +553,7 @@ |
| 553 | <dict> | 553 | <dict> |
| 554 | <key>hash2</key> | 554 | <key>hash2</key> |
| 555 | <data> | 555 | <data> |
| 556 | - mgh3xRKKuFlfaVBpJbNWRCTln++2xnxiLGGjQcXmLY8= | 556 | + jH+NYEPmdi3HZ0lEHkh6FmZrVqz1yc7i7iFd3QdH0gw= |
| 557 | </data> | 557 | </data> |
| 558 | </dict> | 558 | </dict> |
| 559 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 559 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | ... | ... |
| 1 | Pod::Spec.new do |spec| | 1 | Pod::Spec.new do |spec| |
| 2 | 2 | ||
| 3 | spec.name = "SwiftWarplyFramework" | 3 | spec.name = "SwiftWarplyFramework" |
| 4 | - spec.version = "0.1.55" | 4 | + spec.version = "0.1.56" |
| 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.1.55" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.56" } |
| 21 | spec.public_header_files = "SwiftWarplyFramework.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" | ... | ... |
-
Please register or login to post a comment