Showing
6 changed files
with
4 additions
and
4 deletions
No preview for this file type
No preview for this file type
No preview for this file type
This file is too large to display.
| ... | @@ -166,7 +166,7 @@ | ... | @@ -166,7 +166,7 @@ |
| 166 | </data> | 166 | </data> |
| 167 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> | 167 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
| 168 | <data> | 168 | <data> |
| 169 | - LkBbVFDIfcFgeXkVDzXUhZjEleA= | 169 | + K62CUHepm8/ypU+TZgx7DIP8TRI= |
| 170 | </data> | 170 | </data> |
| 171 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 171 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
| 172 | <data> | 172 | <data> |
| ... | @@ -520,7 +520,7 @@ | ... | @@ -520,7 +520,7 @@ |
| 520 | <dict> | 520 | <dict> |
| 521 | <key>hash2</key> | 521 | <key>hash2</key> |
| 522 | <data> | 522 | <data> |
| 523 | - 5mbQbZKqKUxg+mJ9r1uSSkfi5h2PSD5oni1f5yPVL7s= | 523 | + eCbquzn9SenNGNXbSvlrxbQ0+xiTW3wock1m/98VjgY= |
| 524 | </data> | 524 | </data> |
| 525 | </dict> | 525 | </dict> |
| 526 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 526 | <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.39" | 4 | + spec.version = "0.1.40" |
| 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.39" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.40" } |
| 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