Showing
10 changed files
with
6 additions
and
6 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
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 | - 2NkDPXGLCxljM+G7i2vCi3i5lJA= | 129 | + ghwwjtXLHI9tTJ/YMERdunKTVIc= |
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> |
... | @@ -134,7 +134,7 @@ | ... | @@ -134,7 +134,7 @@ |
134 | </data> | 134 | </data> |
135 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> | 135 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> |
136 | <data> | 136 | <data> |
137 | - hx4/lhHLa21ozeQmkAPE7znaLT4= | 137 | + kHocVN0lAr83E/uNIh10IkHECHE= |
138 | </data> | 138 | </data> |
139 | <key>Modules/module.modulemap</key> | 139 | <key>Modules/module.modulemap</key> |
140 | <data> | 140 | <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 | - W8vVgK7DuXaa2y4ARfAIsw9cWLQTXijsEiFKgyqp180= | 393 | + zIxwAPTVeFxxLH8KjaZbnkdY37PlBha8P6QsrOPv6CM= |
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> |
... | @@ -404,7 +404,7 @@ | ... | @@ -404,7 +404,7 @@ |
404 | <dict> | 404 | <dict> |
405 | <key>hash2</key> | 405 | <key>hash2</key> |
406 | <data> | 406 | <data> |
407 | - gtTXDl5WQWt1gHW8VPfxsOocNLwLwAwhiwDrhqm3aTQ= | 407 | + Giu9d6XzVdeG/2h6Gn8Lri6vzKalbWiHOQ2ufywTxpY= |
408 | </data> | 408 | </data> |
409 | </dict> | 409 | </dict> |
410 | <key>Modules/module.modulemap</key> | 410 | <key>Modules/module.modulemap</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.16" | 4 | + spec.version = "0.1.17" |
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.16" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.17" } |
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