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.
... | @@ -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 | - +qJewEozcjYiT8oRS7jyMc//Cds= | 181 | + wKhvJGzibft4MzGTLWLXOpwNoR4= |
182 | </data> | 182 | </data> |
183 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.abi.json</key> | 183 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.abi.json</key> |
184 | <data> | 184 | <data> |
... | @@ -557,7 +557,7 @@ | ... | @@ -557,7 +557,7 @@ |
557 | <dict> | 557 | <dict> |
558 | <key>hash2</key> | 558 | <key>hash2</key> |
559 | <data> | 559 | <data> |
560 | - 2OyGiOb6qCSUq4wmW+JKnaFjs87jMUJs6q8ALOMYtWM= | 560 | + qWi4uvZ8NEdjzpSHGf9ob4gR6nStbjSRCDnOzZG+qyc= |
561 | </data> | 561 | </data> |
562 | </dict> | 562 | </dict> |
563 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.abi.json</key> | 563 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.abi.json</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.2.2" | 4 | + spec.version = "0.2.3" |
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.2.2" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.2.3" } |
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