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.
| ... | @@ -174,7 +174,7 @@ | ... | @@ -174,7 +174,7 @@ |
| 174 | </data> | 174 | </data> |
| 175 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> | 175 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
| 176 | <data> | 176 | <data> |
| 177 | - KXZRXGrEHlAHMUYqc8ezYQwR4e4= | 177 | + 4OfHvhLWKFEleygOI91Ag9EvKgk= |
| 178 | </data> | 178 | </data> |
| 179 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 179 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
| 180 | <data> | 180 | <data> |
| ... | @@ -542,7 +542,7 @@ | ... | @@ -542,7 +542,7 @@ |
| 542 | <dict> | 542 | <dict> |
| 543 | <key>hash2</key> | 543 | <key>hash2</key> |
| 544 | <data> | 544 | <data> |
| 545 | - tQ5DrdI3z+h3dR+a50QFdkz5DT5dNeU8i03ZUZk+ufE= | 545 | + 1cZ6s/T7ibrvmx/iCDCHIC4awwVkv++RB3t3iIOd7Ck= |
| 546 | </data> | 546 | </data> |
| 547 | </dict> | 547 | </dict> |
| 548 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 548 | <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.52" | 4 | + spec.version = "0.1.53" |
| 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.52" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.53" } |
| 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