Showing
16 changed files
with
114 additions
and
14 deletions
No preview for this file type
No preview for this file type
... | @@ -87,6 +87,7 @@ | ... | @@ -87,6 +87,7 @@ |
87 | - (void)cosmoteSharingAsync:(NSString*)sharingId :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 87 | - (void)cosmoteSharingAsync:(NSString*)sharingId :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
88 | - (void)cosmoteRetrieveSharingAsync:(NSString*)sharingId :(NSNumber*)accept :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 88 | - (void)cosmoteRetrieveSharingAsync:(NSString*)sharingId :(NSNumber*)accept :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
89 | - (void)getCosmoteUserAsync:(NSString*)guid :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | 89 | - (void)getCosmoteUserAsync:(NSString*)guid :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; |
90 | +- (void)cosmoteCouponSharingAsync:(NSString*) coupon :(NSString*)sender :(NSString*)receiver :(void(^)(NSDictionary *response))success failureBlock:(void(^)(NSError *error))failure; | ||
90 | 91 | ||
91 | @end | 92 | @end |
92 | #endif /* MyApi_h */ | 93 | #endif /* MyApi_h */ | ... | ... |
... | @@ -291,6 +291,15 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework21DetailsViewController") | ... | @@ -291,6 +291,15 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework21DetailsViewController") |
291 | @end | 291 | @end |
292 | 292 | ||
293 | 293 | ||
294 | +SWIFT_CLASS("_TtC20SwiftWarplyFramework20DynamicSizeTableView") | ||
295 | +@interface DynamicSizeTableView : UITableView | ||
296 | +- (void)layoutSubviews; | ||
297 | +@property (nonatomic, readonly) CGSize intrinsicContentSize; | ||
298 | +- (nonnull instancetype)initWithFrame:(CGRect)frame style:(UITableViewStyle)style OBJC_DESIGNATED_INITIALIZER; | ||
299 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
300 | +@end | ||
301 | + | ||
302 | + | ||
294 | SWIFT_CLASS("_TtC20SwiftWarplyFramework19GiftsViewController") | 303 | SWIFT_CLASS("_TtC20SwiftWarplyFramework19GiftsViewController") |
295 | @interface GiftsViewController : UIViewController | 304 | @interface GiftsViewController : UIViewController |
296 | - (void)viewDidLoad; | 305 | - (void)viewDidLoad; |
... | @@ -360,6 +369,51 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework28MakeItAPresentViewController") | ... | @@ -360,6 +369,51 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework28MakeItAPresentViewController") |
360 | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | 369 | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; |
361 | @end | 370 | @end |
362 | 371 | ||
372 | +@class UIStoryboardSegue; | ||
373 | +@class UIPresentationController; | ||
374 | +@class UITraitCollection; | ||
375 | + | ||
376 | +SWIFT_CLASS("_TtC20SwiftWarplyFramework25NumberPopupViewController") | ||
377 | +@interface NumberPopupViewController : UIViewController <UIPopoverPresentationControllerDelegate> | ||
378 | +- (void)viewWillAppear:(BOOL)animated; | ||
379 | +- (void)viewDidLoad; | ||
380 | +- (void)viewDidAppear:(BOOL)animated; | ||
381 | +- (void)viewDidDisappear:(BOOL)animated; | ||
382 | +- (void)didReceiveMemoryWarning; | ||
383 | +- (void)prepareForSegue:(UIStoryboardSegue * _Nonnull)segue sender:(id _Nullable)sender; | ||
384 | +- (UIModalPresentationStyle)adaptivePresentationStyleForPresentationController:(UIPresentationController * _Nonnull)controller SWIFT_WARN_UNUSED_RESULT; | ||
385 | +- (UIModalPresentationStyle)adaptivePresentationStyleForPresentationController:(UIPresentationController * _Nonnull)controller traitCollection:(UITraitCollection * _Nonnull)traitCollection SWIFT_WARN_UNUSED_RESULT; | ||
386 | +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
387 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
388 | +@end | ||
389 | + | ||
390 | + | ||
391 | +@interface NumberPopupViewController (SWIFT_EXTENSION(SwiftWarplyFramework)) <UITableViewDataSource, UITableViewDelegate> | ||
392 | +- (NSInteger)numberOfSectionsInTableView:(UITableView * _Nonnull)tableView SWIFT_WARN_UNUSED_RESULT; | ||
393 | +- (NSInteger)tableView:(UITableView * _Nonnull)tableView numberOfRowsInSection:(NSInteger)section SWIFT_WARN_UNUSED_RESULT; | ||
394 | +- (CGFloat)tableView:(UITableView * _Nonnull)tableView heightForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; | ||
395 | +- (UITableViewCell * _Nonnull)tableView:(UITableView * _Nonnull)tableView cellForRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath SWIFT_WARN_UNUSED_RESULT; | ||
396 | +- (void)tableView:(UITableView * _Nonnull)tableView didSelectRowAtIndexPath:(NSIndexPath * _Nonnull)indexPath; | ||
397 | +@end | ||
398 | + | ||
399 | + | ||
400 | +SWIFT_CLASS("_TtC20SwiftWarplyFramework20NumbersTableViewCell") | ||
401 | +@interface NumbersTableViewCell : UITableViewCell | ||
402 | +- (void)awakeFromNib; | ||
403 | +- (void)setSelected:(BOOL)selected animated:(BOOL)animated; | ||
404 | +- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier OBJC_DESIGNATED_INITIALIZER SWIFT_AVAILABILITY(ios,introduced=3.0); | ||
405 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
406 | +@end | ||
407 | + | ||
408 | + | ||
409 | +SWIFT_CLASS("_TtC20SwiftWarplyFramework19ShareViewController") | ||
410 | +@interface ShareViewController : UIViewController <UIPopoverControllerDelegate, UITextFieldDelegate> | ||
411 | +- (void)viewDidLoad; | ||
412 | +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
413 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
414 | +@end | ||
415 | + | ||
416 | + | ||
363 | 417 | ||
364 | SWIFT_CLASS("_TtC20SwiftWarplyFramework19StepsViewController") | 418 | SWIFT_CLASS("_TtC20SwiftWarplyFramework19StepsViewController") |
365 | @interface StepsViewController : UIViewController | 419 | @interface StepsViewController : UIViewController |
... | @@ -373,6 +427,7 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework19StepsViewController") | ... | @@ -373,6 +427,7 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework19StepsViewController") |
373 | 427 | ||
374 | 428 | ||
375 | 429 | ||
430 | + | ||
376 | SWIFT_CLASS("_TtC20SwiftWarplyFramework20WalletViewController") | 431 | SWIFT_CLASS("_TtC20SwiftWarplyFramework20WalletViewController") |
377 | @interface WalletViewController : UIViewController | 432 | @interface WalletViewController : UIViewController |
378 | - (void)viewDidLoad; | 433 | - (void)viewDidLoad; | ... | ... |
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
No preview for this file type
No preview for this file type
... | @@ -6,15 +6,15 @@ | ... | @@ -6,15 +6,15 @@ |
6 | <dict> | 6 | <dict> |
7 | <key>Assets.car</key> | 7 | <key>Assets.car</key> |
8 | <data> | 8 | <data> |
9 | - kFYJTchGplOQNHueZUKiAq5XBlo= | 9 | + 9K4/KswldoAYcoz0xWXS2lQeGPo= |
10 | </data> | 10 | </data> |
11 | <key>Headers/MyApi.h</key> | 11 | <key>Headers/MyApi.h</key> |
12 | <data> | 12 | <data> |
13 | - pMfDk89hNwU7PMvGV5vQFmtSe1M= | 13 | + AxOJWaX0cRYlJF1uJ1ZuD3r/Kv8= |
14 | </data> | 14 | </data> |
15 | <key>Headers/SwiftWarplyFramework-Swift.h</key> | 15 | <key>Headers/SwiftWarplyFramework-Swift.h</key> |
16 | <data> | 16 | <data> |
17 | - OLMlbfmxM9CXha7UjWDCFE8Pw6Q= | 17 | + Z80Ki3VxMTX6dG+r8z1mAECG29c= |
18 | </data> | 18 | </data> |
19 | <key>Headers/SwiftWarplyFramework.h</key> | 19 | <key>Headers/SwiftWarplyFramework.h</key> |
20 | <data> | 20 | <data> |
... | @@ -24,6 +24,10 @@ | ... | @@ -24,6 +24,10 @@ |
24 | <data> | 24 | <data> |
25 | J+a6hiMLQorGKkbPuuJdZf2lLKE= | 25 | J+a6hiMLQorGKkbPuuJdZf2lLKE= |
26 | </data> | 26 | </data> |
27 | + <key>Main.storyboardc/86r-jf-E5J-view-HDn-3J-ASt.nib</key> | ||
28 | + <data> | ||
29 | + bOCoiv5B6Tu66ceW4DiMg7TN2bw= | ||
30 | + </data> | ||
27 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> | 31 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> |
28 | <data> | 32 | <data> |
29 | eoOzqeXYwNw5MKp+erN8et+OSVQ= | 33 | eoOzqeXYwNw5MKp+erN8et+OSVQ= |
... | @@ -62,7 +66,7 @@ | ... | @@ -62,7 +66,7 @@ |
62 | </data> | 66 | </data> |
63 | <key>Main.storyboardc/Info.plist</key> | 67 | <key>Main.storyboardc/Info.plist</key> |
64 | <data> | 68 | <data> |
65 | - NmGCJyLUdJHVs/1EXop9/R2tPs0= | 69 | + w54Ww2Sl2E7YbfpeMPObOPA0RSg= |
66 | </data> | 70 | </data> |
67 | <key>Main.storyboardc/LoyaltyAnalysisViewController.nib</key> | 71 | <key>Main.storyboardc/LoyaltyAnalysisViewController.nib</key> |
68 | <data> | 72 | <data> |
... | @@ -76,10 +80,18 @@ | ... | @@ -76,10 +80,18 @@ |
76 | <data> | 80 | <data> |
77 | cAw31+GQpOjHjWyW28txOTIZqTM= | 81 | cAw31+GQpOjHjWyW28txOTIZqTM= |
78 | </data> | 82 | </data> |
83 | + <key>Main.storyboardc/NumberPopupViewController.nib</key> | ||
84 | + <data> | ||
85 | + 5eeDxoYC5OaknABY46KgAix8Uq8= | ||
86 | + </data> | ||
79 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> | 87 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> |
80 | <data> | 88 | <data> |
81 | JLKJ1Mb3YOoaxaeGnttuHK15ink= | 89 | JLKJ1Mb3YOoaxaeGnttuHK15ink= |
82 | </data> | 90 | </data> |
91 | + <key>Main.storyboardc/ShareViewController.nib</key> | ||
92 | + <data> | ||
93 | + lIm8HXc0YSHCUHD0t6sOsYnRnZE= | ||
94 | + </data> | ||
83 | <key>Main.storyboardc/StepsViewController.nib</key> | 95 | <key>Main.storyboardc/StepsViewController.nib</key> |
84 | <data> | 96 | <data> |
85 | YK3NgOjnSSoLhXKE4+4ctoaBsMU= | 97 | YK3NgOjnSSoLhXKE4+4ctoaBsMU= |
... | @@ -100,6 +112,10 @@ | ... | @@ -100,6 +112,10 @@ |
100 | <data> | 112 | <data> |
101 | Rc8azX8NVsaE7CGrMtzkd4YtTv0= | 113 | Rc8azX8NVsaE7CGrMtzkd4YtTv0= |
102 | </data> | 114 | </data> |
115 | + <key>Main.storyboardc/hwy-nc-4N0-view-Nlq-Bo-JaK.nib</key> | ||
116 | + <data> | ||
117 | + C/QOgLy22scL8BrTZbJi3xcM5aY= | ||
118 | + </data> | ||
103 | <key>Main.storyboardc/j3Q-9b-oEq-view-l8d-pO-vHj.nib</key> | 119 | <key>Main.storyboardc/j3Q-9b-oEq-view-l8d-pO-vHj.nib</key> |
104 | <data> | 120 | <data> |
105 | Rc8azX8NVsaE7CGrMtzkd4YtTv0= | 121 | Rc8azX8NVsaE7CGrMtzkd4YtTv0= |
... | @@ -126,7 +142,7 @@ | ... | @@ -126,7 +142,7 @@ |
126 | </data> | 142 | </data> |
127 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> | 143 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
128 | <data> | 144 | <data> |
129 | - fEsPZQf0VGWcMafD1zSnK8CMD2M= | 145 | + eE2OwAlcM5A2m5svyh7bz8qKBxw= |
130 | </data> | 146 | </data> |
131 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 147 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
132 | <data> | 148 | <data> |
... | @@ -134,7 +150,7 @@ | ... | @@ -134,7 +150,7 @@ |
134 | </data> | 150 | </data> |
135 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> | 151 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> |
136 | <data> | 152 | <data> |
137 | - WjGxDiypObzGwBXhZZmZdIPvXoA= | 153 | + /8egmU5MFWwA8xd/V4XRJuHoSJk= |
138 | </data> | 154 | </data> |
139 | <key>Modules/module.modulemap</key> | 155 | <key>Modules/module.modulemap</key> |
140 | <data> | 156 | <data> |
... | @@ -187,21 +203,21 @@ | ... | @@ -187,21 +203,21 @@ |
187 | <dict> | 203 | <dict> |
188 | <key>hash2</key> | 204 | <key>hash2</key> |
189 | <data> | 205 | <data> |
190 | - jC9xqTvzncYHL66bj4uGrQilu4hvkymI+DPVXr2EtFc= | 206 | + Q52ACNPSseYLlzWoSz95qFDXcDpQCUblon2eWgQpqCI= |
191 | </data> | 207 | </data> |
192 | </dict> | 208 | </dict> |
193 | <key>Headers/MyApi.h</key> | 209 | <key>Headers/MyApi.h</key> |
194 | <dict> | 210 | <dict> |
195 | <key>hash2</key> | 211 | <key>hash2</key> |
196 | <data> | 212 | <data> |
197 | - iQlTxZlAar4LePp7n6J2ksx3V+AQNOu7j4lV/fnxT4Y= | 213 | + BEW2YfCIu+x2Vm2x9xx0p40z4FlD/RRStX1p8pFZWpM= |
198 | </data> | 214 | </data> |
199 | </dict> | 215 | </dict> |
200 | <key>Headers/SwiftWarplyFramework-Swift.h</key> | 216 | <key>Headers/SwiftWarplyFramework-Swift.h</key> |
201 | <dict> | 217 | <dict> |
202 | <key>hash2</key> | 218 | <key>hash2</key> |
203 | <data> | 219 | <data> |
204 | - xHqsBIc74o3uVnhDvvv2g9o1nb0IcJZsPVa/dtWqJsk= | 220 | + isUhpgzrIE3yt5vLMrXZGvNVthHGAwDOQVUDNZyqFjM= |
205 | </data> | 221 | </data> |
206 | </dict> | 222 | </dict> |
207 | <key>Headers/SwiftWarplyFramework.h</key> | 223 | <key>Headers/SwiftWarplyFramework.h</key> |
... | @@ -211,6 +227,13 @@ | ... | @@ -211,6 +227,13 @@ |
211 | oEdgawjoUHgxQK9WtQgZi81X8UAJrL+BYt7jYquUZ3Q= | 227 | oEdgawjoUHgxQK9WtQgZi81X8UAJrL+BYt7jYquUZ3Q= |
212 | </data> | 228 | </data> |
213 | </dict> | 229 | </dict> |
230 | + <key>Main.storyboardc/86r-jf-E5J-view-HDn-3J-ASt.nib</key> | ||
231 | + <dict> | ||
232 | + <key>hash2</key> | ||
233 | + <data> | ||
234 | + 0lsTBEt+AktFmtY1dQlTNn8yR/V1LePh9wv47M3McFo= | ||
235 | + </data> | ||
236 | + </dict> | ||
214 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> | 237 | <key>Main.storyboardc/ActiveGiftsViewController.nib</key> |
215 | <dict> | 238 | <dict> |
216 | <key>hash2</key> | 239 | <key>hash2</key> |
... | @@ -278,7 +301,7 @@ | ... | @@ -278,7 +301,7 @@ |
278 | <dict> | 301 | <dict> |
279 | <key>hash2</key> | 302 | <key>hash2</key> |
280 | <data> | 303 | <data> |
281 | - 6Rwm4JnxgmdeU9oHeCRmvtDTIF8xBrsdQt5lZqNPsoo= | 304 | + 0AQLjtejFxt/AlDNCS9INPH32x3DcXJJJp5JjHbAhw4= |
282 | </data> | 305 | </data> |
283 | </dict> | 306 | </dict> |
284 | <key>Main.storyboardc/LoyaltyAnalysisViewController.nib</key> | 307 | <key>Main.storyboardc/LoyaltyAnalysisViewController.nib</key> |
... | @@ -302,6 +325,13 @@ | ... | @@ -302,6 +325,13 @@ |
302 | J/hkTnq2CP+R9vW/70LlKka93Y2WkLOLdxspSaDFf6E= | 325 | J/hkTnq2CP+R9vW/70LlKka93Y2WkLOLdxspSaDFf6E= |
303 | </data> | 326 | </data> |
304 | </dict> | 327 | </dict> |
328 | + <key>Main.storyboardc/NumberPopupViewController.nib</key> | ||
329 | + <dict> | ||
330 | + <key>hash2</key> | ||
331 | + <data> | ||
332 | + c8B2YbMfVUCScymAfy8WCn5NyAFJIYbw9mdoOQfDcIE= | ||
333 | + </data> | ||
334 | + </dict> | ||
305 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> | 335 | <key>Main.storyboardc/S8k-2D-tGT-view-JM4-xN-bgp.nib</key> |
306 | <dict> | 336 | <dict> |
307 | <key>hash2</key> | 337 | <key>hash2</key> |
... | @@ -309,6 +339,13 @@ | ... | @@ -309,6 +339,13 @@ |
309 | 2oJUdDBxSxNHViYz8WKJCgfcxHU1Zp/9fZ/mC5uOISA= | 339 | 2oJUdDBxSxNHViYz8WKJCgfcxHU1Zp/9fZ/mC5uOISA= |
310 | </data> | 340 | </data> |
311 | </dict> | 341 | </dict> |
342 | + <key>Main.storyboardc/ShareViewController.nib</key> | ||
343 | + <dict> | ||
344 | + <key>hash2</key> | ||
345 | + <data> | ||
346 | + 4xtyfRw5nCV6aI3NSFOa9L3kYdTc+n20AkIvpdzGkCI= | ||
347 | + </data> | ||
348 | + </dict> | ||
312 | <key>Main.storyboardc/StepsViewController.nib</key> | 349 | <key>Main.storyboardc/StepsViewController.nib</key> |
313 | <dict> | 350 | <dict> |
314 | <key>hash2</key> | 351 | <key>hash2</key> |
... | @@ -344,6 +381,13 @@ | ... | @@ -344,6 +381,13 @@ |
344 | DAcMX+EgFsngCCGn4jnRPc+2bCVqroP1i52mcxG+nng= | 381 | DAcMX+EgFsngCCGn4jnRPc+2bCVqroP1i52mcxG+nng= |
345 | </data> | 382 | </data> |
346 | </dict> | 383 | </dict> |
384 | + <key>Main.storyboardc/hwy-nc-4N0-view-Nlq-Bo-JaK.nib</key> | ||
385 | + <dict> | ||
386 | + <key>hash2</key> | ||
387 | + <data> | ||
388 | + 1V1W2eaRJ1Z3I/IT9u3UNg8g/GaplKz0tg6UP0MfsyE= | ||
389 | + </data> | ||
390 | + </dict> | ||
347 | <key>Main.storyboardc/j3Q-9b-oEq-view-l8d-pO-vHj.nib</key> | 391 | <key>Main.storyboardc/j3Q-9b-oEq-view-l8d-pO-vHj.nib</key> |
348 | <dict> | 392 | <dict> |
349 | <key>hash2</key> | 393 | <key>hash2</key> |
... | @@ -390,7 +434,7 @@ | ... | @@ -390,7 +434,7 @@ |
390 | <dict> | 434 | <dict> |
391 | <key>hash2</key> | 435 | <key>hash2</key> |
392 | <data> | 436 | <data> |
393 | - XdV553SSUnhA0bCDtzC0zU+nOb0lv59fuU3GAp+p4J0= | 437 | + CAiUBv5fvPY+ybpXrtU6sk9ZKOjJ11b59DhcSw8XCXs= |
394 | </data> | 438 | </data> |
395 | </dict> | 439 | </dict> |
396 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 440 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
... | @@ -404,7 +448,7 @@ | ... | @@ -404,7 +448,7 @@ |
404 | <dict> | 448 | <dict> |
405 | <key>hash2</key> | 449 | <key>hash2</key> |
406 | <data> | 450 | <data> |
407 | - Q8q6TunRLnWRfnDTKbqy/Q7cys+UxtimaNzip7/eGig= | 451 | + 3etoJUFn2sbZYxlb1TZy7Z177OepcYjDIm5/KRfIwPI= |
408 | </data> | 452 | </data> |
409 | </dict> | 453 | </dict> |
410 | <key>Modules/module.modulemap</key> | 454 | <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.27" | 4 | + spec.version = "0.1.28" |
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.27" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.28" } |
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