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
No preview for this file type
... | @@ -126,7 +126,7 @@ | ... | @@ -126,7 +126,7 @@ |
126 | </data> | 126 | </data> |
127 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> | 127 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
128 | <data> | 128 | <data> |
129 | - k3afoT5bxr27GWi1nhme08Co144= | 129 | + Ghb3g3m+R6ZBXCQx7rSC2PevlQ8= |
130 | </data> | 130 | </data> |
131 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 131 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
132 | <data> | 132 | <data> |
... | @@ -390,7 +390,7 @@ | ... | @@ -390,7 +390,7 @@ |
390 | <dict> | 390 | <dict> |
391 | <key>hash2</key> | 391 | <key>hash2</key> |
392 | <data> | 392 | <data> |
393 | - 2OehFcQHN0LPF/3iYxO2FOLb3X9xUN+daEUggb/Nag0= | 393 | + tS99y2uH8YXhEuQGRFRvU6PlQTe5wA7Ogwx4pd+5raw= |
394 | </data> | 394 | </data> |
395 | </dict> | 395 | </dict> |
396 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 396 | <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.22" | 4 | + spec.version = "0.1.23" |
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.22" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.23" } |
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