Showing
7 changed files
with
14 additions
and
276 deletions
WarplySDKFrameworkIOS.framework/.DS_Store
0 → 100644
No preview for this file type
1 | -#if 0 | ||
2 | -#elif defined(__arm64__) && __arm64__ | ||
3 | // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) | 1 | // Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) |
4 | #ifndef WARPLYSDKFRAMEWORKIOS_SWIFT_H | 2 | #ifndef WARPLYSDKFRAMEWORKIOS_SWIFT_H |
5 | #define WARPLYSDKFRAMEWORKIOS_SWIFT_H | 3 | #define WARPLYSDKFRAMEWORKIOS_SWIFT_H |
... | @@ -264,271 +262,3 @@ SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS20WalletViewController") | ... | @@ -264,271 +262,3 @@ SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS20WalletViewController") |
264 | #endif | 262 | #endif |
265 | #pragma clang diagnostic pop | 263 | #pragma clang diagnostic pop |
266 | #endif | 264 | #endif |
267 | - | ||
268 | -#elif defined(__x86_64__) && __x86_64__ | ||
269 | -// Generated by Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) | ||
270 | -#ifndef WARPLYSDKFRAMEWORKIOS_SWIFT_H | ||
271 | -#define WARPLYSDKFRAMEWORKIOS_SWIFT_H | ||
272 | -#pragma clang diagnostic push | ||
273 | -#pragma clang diagnostic ignored "-Wgcc-compat" | ||
274 | - | ||
275 | -#if !defined(__has_include) | ||
276 | -# define __has_include(x) 0 | ||
277 | -#endif | ||
278 | -#if !defined(__has_attribute) | ||
279 | -# define __has_attribute(x) 0 | ||
280 | -#endif | ||
281 | -#if !defined(__has_feature) | ||
282 | -# define __has_feature(x) 0 | ||
283 | -#endif | ||
284 | -#if !defined(__has_warning) | ||
285 | -# define __has_warning(x) 0 | ||
286 | -#endif | ||
287 | - | ||
288 | -#if __has_include(<swift/objc-prologue.h>) | ||
289 | -# include <swift/objc-prologue.h> | ||
290 | -#endif | ||
291 | - | ||
292 | -#pragma clang diagnostic ignored "-Wauto-import" | ||
293 | -#include <Foundation/Foundation.h> | ||
294 | -#include <stdint.h> | ||
295 | -#include <stddef.h> | ||
296 | -#include <stdbool.h> | ||
297 | - | ||
298 | -#if !defined(SWIFT_TYPEDEFS) | ||
299 | -# define SWIFT_TYPEDEFS 1 | ||
300 | -# if __has_include(<uchar.h>) | ||
301 | -# include <uchar.h> | ||
302 | -# elif !defined(__cplusplus) | ||
303 | -typedef uint_least16_t char16_t; | ||
304 | -typedef uint_least32_t char32_t; | ||
305 | -# endif | ||
306 | -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); | ||
307 | -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); | ||
308 | -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); | ||
309 | -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); | ||
310 | -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); | ||
311 | -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); | ||
312 | -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); | ||
313 | -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); | ||
314 | -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); | ||
315 | -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); | ||
316 | -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); | ||
317 | -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ||
318 | -#endif | ||
319 | - | ||
320 | -#if !defined(SWIFT_PASTE) | ||
321 | -# define SWIFT_PASTE_HELPER(x, y) x##y | ||
322 | -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) | ||
323 | -#endif | ||
324 | -#if !defined(SWIFT_METATYPE) | ||
325 | -# define SWIFT_METATYPE(X) Class | ||
326 | -#endif | ||
327 | -#if !defined(SWIFT_CLASS_PROPERTY) | ||
328 | -# if __has_feature(objc_class_property) | ||
329 | -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ | ||
330 | -# else | ||
331 | -# define SWIFT_CLASS_PROPERTY(...) | ||
332 | -# endif | ||
333 | -#endif | ||
334 | - | ||
335 | -#if __has_attribute(objc_runtime_name) | ||
336 | -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) | ||
337 | -#else | ||
338 | -# define SWIFT_RUNTIME_NAME(X) | ||
339 | -#endif | ||
340 | -#if __has_attribute(swift_name) | ||
341 | -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) | ||
342 | -#else | ||
343 | -# define SWIFT_COMPILE_NAME(X) | ||
344 | -#endif | ||
345 | -#if __has_attribute(objc_method_family) | ||
346 | -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) | ||
347 | -#else | ||
348 | -# define SWIFT_METHOD_FAMILY(X) | ||
349 | -#endif | ||
350 | -#if __has_attribute(noescape) | ||
351 | -# define SWIFT_NOESCAPE __attribute__((noescape)) | ||
352 | -#else | ||
353 | -# define SWIFT_NOESCAPE | ||
354 | -#endif | ||
355 | -#if __has_attribute(ns_consumed) | ||
356 | -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) | ||
357 | -#else | ||
358 | -# define SWIFT_RELEASES_ARGUMENT | ||
359 | -#endif | ||
360 | -#if __has_attribute(warn_unused_result) | ||
361 | -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) | ||
362 | -#else | ||
363 | -# define SWIFT_WARN_UNUSED_RESULT | ||
364 | -#endif | ||
365 | -#if __has_attribute(noreturn) | ||
366 | -# define SWIFT_NORETURN __attribute__((noreturn)) | ||
367 | -#else | ||
368 | -# define SWIFT_NORETURN | ||
369 | -#endif | ||
370 | -#if !defined(SWIFT_CLASS_EXTRA) | ||
371 | -# define SWIFT_CLASS_EXTRA | ||
372 | -#endif | ||
373 | -#if !defined(SWIFT_PROTOCOL_EXTRA) | ||
374 | -# define SWIFT_PROTOCOL_EXTRA | ||
375 | -#endif | ||
376 | -#if !defined(SWIFT_ENUM_EXTRA) | ||
377 | -# define SWIFT_ENUM_EXTRA | ||
378 | -#endif | ||
379 | -#if !defined(SWIFT_CLASS) | ||
380 | -# if __has_attribute(objc_subclassing_restricted) | ||
381 | -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA | ||
382 | -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA | ||
383 | -# else | ||
384 | -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA | ||
385 | -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA | ||
386 | -# endif | ||
387 | -#endif | ||
388 | -#if !defined(SWIFT_RESILIENT_CLASS) | ||
389 | -# if __has_attribute(objc_class_stub) | ||
390 | -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) | ||
391 | -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) | ||
392 | -# else | ||
393 | -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) | ||
394 | -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) | ||
395 | -# endif | ||
396 | -#endif | ||
397 | - | ||
398 | -#if !defined(SWIFT_PROTOCOL) | ||
399 | -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA | ||
400 | -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA | ||
401 | -#endif | ||
402 | - | ||
403 | -#if !defined(SWIFT_EXTENSION) | ||
404 | -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) | ||
405 | -#endif | ||
406 | - | ||
407 | -#if !defined(OBJC_DESIGNATED_INITIALIZER) | ||
408 | -# if __has_attribute(objc_designated_initializer) | ||
409 | -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) | ||
410 | -# else | ||
411 | -# define OBJC_DESIGNATED_INITIALIZER | ||
412 | -# endif | ||
413 | -#endif | ||
414 | -#if !defined(SWIFT_ENUM_ATTR) | ||
415 | -# if defined(__has_attribute) && __has_attribute(enum_extensibility) | ||
416 | -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) | ||
417 | -# else | ||
418 | -# define SWIFT_ENUM_ATTR(_extensibility) | ||
419 | -# endif | ||
420 | -#endif | ||
421 | -#if !defined(SWIFT_ENUM) | ||
422 | -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type | ||
423 | -# if __has_feature(generalized_swift_name) | ||
424 | -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type | ||
425 | -# else | ||
426 | -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) | ||
427 | -# endif | ||
428 | -#endif | ||
429 | -#if !defined(SWIFT_UNAVAILABLE) | ||
430 | -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) | ||
431 | -#endif | ||
432 | -#if !defined(SWIFT_UNAVAILABLE_MSG) | ||
433 | -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) | ||
434 | -#endif | ||
435 | -#if !defined(SWIFT_AVAILABILITY) | ||
436 | -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) | ||
437 | -#endif | ||
438 | -#if !defined(SWIFT_WEAK_IMPORT) | ||
439 | -# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) | ||
440 | -#endif | ||
441 | -#if !defined(SWIFT_DEPRECATED) | ||
442 | -# define SWIFT_DEPRECATED __attribute__((deprecated)) | ||
443 | -#endif | ||
444 | -#if !defined(SWIFT_DEPRECATED_MSG) | ||
445 | -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) | ||
446 | -#endif | ||
447 | -#if __has_feature(attribute_diagnose_if_objc) | ||
448 | -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) | ||
449 | -#else | ||
450 | -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) | ||
451 | -#endif | ||
452 | -#if !defined(IBSegueAction) | ||
453 | -# define IBSegueAction | ||
454 | -#endif | ||
455 | -#if !defined(SWIFT_EXTERN) | ||
456 | -# if defined(__cplusplus) | ||
457 | -# define SWIFT_EXTERN extern "C" | ||
458 | -# else | ||
459 | -# define SWIFT_EXTERN extern | ||
460 | -# endif | ||
461 | -#endif | ||
462 | -#if __has_feature(modules) | ||
463 | -#if __has_warning("-Watimport-in-framework-header") | ||
464 | -#pragma clang diagnostic ignored "-Watimport-in-framework-header" | ||
465 | -#endif | ||
466 | -@import UIKit; | ||
467 | -#endif | ||
468 | - | ||
469 | -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" | ||
470 | -#pragma clang diagnostic ignored "-Wduplicate-method-arg" | ||
471 | -#if __has_warning("-Wpragma-clang-attribute") | ||
472 | -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" | ||
473 | -#endif | ||
474 | -#pragma clang diagnostic ignored "-Wunknown-pragmas" | ||
475 | -#pragma clang diagnostic ignored "-Wnullability" | ||
476 | - | ||
477 | -#if __has_attribute(external_source_symbol) | ||
478 | -# pragma push_macro("any") | ||
479 | -# undef any | ||
480 | -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="WarplySDKFrameworkIOS",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) | ||
481 | -# pragma pop_macro("any") | ||
482 | -#endif | ||
483 | - | ||
484 | -@class NSString; | ||
485 | -@class NSBundle; | ||
486 | -@class NSCoder; | ||
487 | - | ||
488 | -SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS21CouponsViewController") | ||
489 | -@interface CouponsViewController : UIViewController | ||
490 | -- (void)viewWillAppear:(BOOL)animated; | ||
491 | -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
492 | -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
493 | -@end | ||
494 | - | ||
495 | - | ||
496 | -SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS21DetailsViewController") | ||
497 | -@interface DetailsViewController : UIViewController | ||
498 | -- (void)viewWillAppear:(BOOL)animated; | ||
499 | -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
500 | -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
501 | -@end | ||
502 | - | ||
503 | - | ||
504 | -SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS19GiftsViewController") | ||
505 | -@interface GiftsViewController : UIViewController | ||
506 | -- (void)viewWillAppear:(BOOL)animated; | ||
507 | -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
508 | -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
509 | -@end | ||
510 | - | ||
511 | - | ||
512 | -SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS17MFYViewController") | ||
513 | -@interface MFYViewController : UIViewController | ||
514 | -- (void)viewWillAppear:(BOOL)animated; | ||
515 | -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
516 | -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
517 | -@end | ||
518 | - | ||
519 | - | ||
520 | - | ||
521 | -SWIFT_CLASS("_TtC21WarplySDKFrameworkIOS20WalletViewController") | ||
522 | -@interface WalletViewController : UIViewController | ||
523 | -- (void)viewWillAppear:(BOOL)animated; | ||
524 | -- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
525 | -- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
526 | -@end | ||
527 | - | ||
528 | -#if __has_attribute(external_source_symbol) | ||
529 | -# pragma clang attribute pop | ||
530 | -#endif | ||
531 | -#pragma clang diagnostic pop | ||
532 | -#endif | ||
533 | - | ||
534 | -#endif | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
... | @@ -4,6 +4,10 @@ | ... | @@ -4,6 +4,10 @@ |
4 | <dict> | 4 | <dict> |
5 | <key>files</key> | 5 | <key>files</key> |
6 | <dict> | 6 | <dict> |
7 | + <key>.DS_Store</key> | ||
8 | + <data> | ||
9 | + bfXbYTILW9K8MLpunlP1t94yHSw= | ||
10 | + </data> | ||
7 | <key>Assets.car</key> | 11 | <key>Assets.car</key> |
8 | <data> | 12 | <data> |
9 | Zh4H4eMSqAMmQ8/LKGWmQXKP17g= | 13 | Zh4H4eMSqAMmQ8/LKGWmQXKP17g= |
... | @@ -14,7 +18,7 @@ | ... | @@ -14,7 +18,7 @@ |
14 | </data> | 18 | </data> |
15 | <key>Headers/WarplySDKFrameworkIOS-Swift.h</key> | 19 | <key>Headers/WarplySDKFrameworkIOS-Swift.h</key> |
16 | <data> | 20 | <data> |
17 | - FdCK3cMIktfuLybbrDeSHqql21E= | 21 | + qXiRjMvUSzy+XAIl3GeLFHPa8vs= |
18 | </data> | 22 | </data> |
19 | <key>Headers/WarplySDKFrameworkIOS.h</key> | 23 | <key>Headers/WarplySDKFrameworkIOS.h</key> |
20 | <data> | 24 | <data> |
... | @@ -76,13 +80,17 @@ | ... | @@ -76,13 +80,17 @@ |
76 | <data> | 80 | <data> |
77 | 7duN6JxqnuAh64jeKlgcsZ2/cFs= | 81 | 7duN6JxqnuAh64jeKlgcsZ2/cFs= |
78 | </data> | 82 | </data> |
83 | + <key>Modules/.DS_Store</key> | ||
84 | + <data> | ||
85 | + wNya6J/dByCoQOwKosGDaBNA5lQ= | ||
86 | + </data> | ||
79 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key> | 87 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo</key> |
80 | <data> | 88 | <data> |
81 | 8xfs/c2F0HoytOfx6dl9PEKXDjI= | 89 | 8xfs/c2F0HoytOfx6dl9PEKXDjI= |
82 | </data> | 90 | </data> |
83 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> | 91 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> |
84 | <data> | 92 | <data> |
85 | - NBoqsl/m6Vgm6jjF2a33eO3HIV0= | 93 | + U4vl9NwdETM0dDEpQmKkJ+EKwTA= |
86 | </data> | 94 | </data> |
87 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> | 95 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> |
88 | <data> | 96 | <data> |
... | @@ -169,7 +177,7 @@ | ... | @@ -169,7 +177,7 @@ |
169 | <dict> | 177 | <dict> |
170 | <key>hash2</key> | 178 | <key>hash2</key> |
171 | <data> | 179 | <data> |
172 | - LMvuxDHKaCLjz2s5viaj3EibFnTqPnf+IO/sb463PUY= | 180 | + RfGeWY4b8VAYDg7sqAD7DSJ2QMZFVoN/B+C3WtexzPs= |
173 | </data> | 181 | </data> |
174 | </dict> | 182 | </dict> |
175 | <key>Headers/WarplySDKFrameworkIOS.h</key> | 183 | <key>Headers/WarplySDKFrameworkIOS.h</key> |
... | @@ -281,7 +289,7 @@ | ... | @@ -281,7 +289,7 @@ |
281 | <dict> | 289 | <dict> |
282 | <key>hash2</key> | 290 | <key>hash2</key> |
283 | <data> | 291 | <data> |
284 | - l+hqt1x+m4oWXQ5E2n4eqmaV2COKCzrhX2ixcd9Ky68= | 292 | + 8CDL7DSmtr96pL593GtnCnh5fMEDVN6Tu+Shrl8h+XE= |
285 | </data> | 293 | </data> |
286 | </dict> | 294 | </dict> |
287 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> | 295 | <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-apple-ios-simulator.swiftdoc</key> | ... | ... |
1 | Pod::Spec.new do |spec| | 1 | Pod::Spec.new do |spec| |
2 | 2 | ||
3 | spec.name = "WarplySDKFrameworkIOS" | 3 | spec.name = "WarplySDKFrameworkIOS" |
4 | - spec.version = "0.0.20" | 4 | + spec.version = "0.0.21" |
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.0.20" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.21" } |
21 | 21 | ||
22 | spec.source_files = "WarplySDKFrameworkIOS.framework/headers/*.h" | 22 | spec.source_files = "WarplySDKFrameworkIOS.framework/headers/*.h" |
23 | # spec.exclude_files = "Classes/Exclude" | 23 | # spec.exclude_files = "Classes/Exclude" | ... | ... |
-
Please register or login to post a comment