Showing
12 changed files
with
54 additions
and
10 deletions
No preview for this file type
No preview for this file type
No preview for this file type
... | @@ -196,7 +196,10 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); | ... | @@ -196,7 +196,10 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); |
196 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" | 196 | #pragma clang diagnostic ignored "-Watimport-in-framework-header" |
197 | #endif | 197 | #endif |
198 | @import CoreGraphics; | 198 | @import CoreGraphics; |
199 | +@import CoreLocation; | ||
199 | @import Foundation; | 200 | @import Foundation; |
201 | +@import MapKit; | ||
202 | +@import ObjectiveC; | ||
200 | @import UIKit; | 203 | @import UIKit; |
201 | @import WebKit; | 204 | @import WebKit; |
202 | #endif | 205 | #endif |
... | @@ -227,6 +230,15 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework25ActiveGiftsViewController") | ... | @@ -227,6 +230,15 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework25ActiveGiftsViewController") |
227 | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | 230 | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; |
228 | @end | 231 | @end |
229 | 232 | ||
233 | + | ||
234 | +SWIFT_CLASS("_TtC20SwiftWarplyFramework9CSMButton") | ||
235 | +@interface CSMButton : UIButton | ||
236 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder SWIFT_UNAVAILABLE; | ||
237 | +- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE; | ||
238 | +- (void)prepareForInterfaceBuilder; | ||
239 | +@end | ||
240 | + | ||
241 | + | ||
230 | @class WKWebView; | 242 | @class WKWebView; |
231 | @class WKNavigation; | 243 | @class WKNavigation; |
232 | @class WKUserContentController; | 244 | @class WKUserContentController; |
... | @@ -386,6 +398,7 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework17MFYViewController") | ... | @@ -386,6 +398,7 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework17MFYViewController") |
386 | @end | 398 | @end |
387 | 399 | ||
388 | 400 | ||
401 | + | ||
389 | SWIFT_CLASS("_TtC20SwiftWarplyFramework28MakeItAPresentViewController") | 402 | SWIFT_CLASS("_TtC20SwiftWarplyFramework28MakeItAPresentViewController") |
390 | @interface MakeItAPresentViewController : UIViewController | 403 | @interface MakeItAPresentViewController : UIViewController |
391 | - (void)viewWillAppear:(BOOL)animated; | 404 | - (void)viewWillAppear:(BOOL)animated; |
... | @@ -393,6 +406,26 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework28MakeItAPresentViewController") | ... | @@ -393,6 +406,26 @@ SWIFT_CLASS("_TtC20SwiftWarplyFramework28MakeItAPresentViewController") |
393 | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | 406 | - (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; |
394 | @end | 407 | @end |
395 | 408 | ||
409 | +@class MKMapView; | ||
410 | +@class MKAnnotationView; | ||
411 | + | ||
412 | +SWIFT_CLASS("_TtC20SwiftWarplyFramework18MapsViewController") | ||
413 | +@interface MapsViewController : UIViewController <MKMapViewDelegate> | ||
414 | +- (void)viewDidLoad; | ||
415 | +- (void)mapView:(MKMapView * _Nonnull)mapView didSelectAnnotationView:(MKAnnotationView * _Nonnull)view; | ||
416 | +- (void)mapView:(MKMapView * _Nonnull)mapView didDeselectAnnotationView:(MKAnnotationView * _Nonnull)view; | ||
417 | +- (nonnull instancetype)initWithNibName:(NSString * _Nullable)nibNameOrNil bundle:(NSBundle * _Nullable)nibBundleOrNil OBJC_DESIGNATED_INITIALIZER; | ||
418 | +- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder OBJC_DESIGNATED_INITIALIZER; | ||
419 | +@end | ||
420 | + | ||
421 | + | ||
422 | +SWIFT_CLASS("_TtC20SwiftWarplyFramework18MerchantAnnotation") | ||
423 | +@interface MerchantAnnotation : NSObject <MKAnnotation> | ||
424 | +@property (nonatomic, readonly) CLLocationCoordinate2D coordinate; | ||
425 | +- (nonnull instancetype)init SWIFT_UNAVAILABLE; | ||
426 | ++ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable"); | ||
427 | +@end | ||
428 | + | ||
396 | @class UIStoryboardSegue; | 429 | @class UIStoryboardSegue; |
397 | @class UIPresentationController; | 430 | @class UIPresentationController; |
398 | @class UITraitCollection; | 431 | @class UITraitCollection; | ... | ... |
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
This file is too large to display.
... | @@ -6,7 +6,7 @@ | ... | @@ -6,7 +6,7 @@ |
6 | <dict> | 6 | <dict> |
7 | <key>Assets.car</key> | 7 | <key>Assets.car</key> |
8 | <data> | 8 | <data> |
9 | - mOzKdbpNe7Y+c9VTQYRuJZIan0E= | 9 | + +zSCKC4+jtyWN0GYRpOtOzIqb6o= |
10 | </data> | 10 | </data> |
11 | <key>Headers/MyApi.h</key> | 11 | <key>Headers/MyApi.h</key> |
12 | <data> | 12 | <data> |
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | </data> | 14 | </data> |
15 | <key>Headers/SwiftWarplyFramework-Swift.h</key> | 15 | <key>Headers/SwiftWarplyFramework-Swift.h</key> |
16 | <data> | 16 | <data> |
17 | - lkUpDigQTWG1cfXTbMs5X3LPH+Q= | 17 | + OXutZZe6mchK6r5CtwBaNpd59vU= |
18 | </data> | 18 | </data> |
19 | <key>Headers/SwiftWarplyFramework.h</key> | 19 | <key>Headers/SwiftWarplyFramework.h</key> |
20 | <data> | 20 | <data> |
... | @@ -172,9 +172,13 @@ | ... | @@ -172,9 +172,13 @@ |
172 | <data> | 172 | <data> |
173 | Mp5m4jMrzEYfxtC5/WTmCLr24/4= | 173 | Mp5m4jMrzEYfxtC5/WTmCLr24/4= |
174 | </data> | 174 | </data> |
175 | + <key>MapsViewController.nib</key> | ||
176 | + <data> | ||
177 | + EeVMngR5+6Qd7m3UtkKM+0pC0FE= | ||
178 | + </data> | ||
175 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> | 179 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
176 | <data> | 180 | <data> |
177 | - 4OfHvhLWKFEleygOI91Ag9EvKgk= | 181 | + iCuvMMEsiCMI72zuHP0iYYg+KRo= |
178 | </data> | 182 | </data> |
179 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 183 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
180 | <data> | 184 | <data> |
... | @@ -182,7 +186,7 @@ | ... | @@ -182,7 +186,7 @@ |
182 | </data> | 186 | </data> |
183 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> | 187 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftmodule</key> |
184 | <data> | 188 | <data> |
185 | - GQ57py0a8zh3KYbWYaSmxFwamj0= | 189 | + Hky1xan1/xkWEkZPkrhH7oODkJE= |
186 | </data> | 190 | </data> |
187 | <key>Modules/module.modulemap</key> | 191 | <key>Modules/module.modulemap</key> |
188 | <data> | 192 | <data> |
... | @@ -255,7 +259,7 @@ | ... | @@ -255,7 +259,7 @@ |
255 | <dict> | 259 | <dict> |
256 | <key>hash2</key> | 260 | <key>hash2</key> |
257 | <data> | 261 | <data> |
258 | - 98XE9AlsQiTeFtD3KFrb3ftJ8Ikty5yE72ELnd0CNwo= | 262 | + 4qllcr+9vmAzn3QHcU09ktWUI0XsS4zfKyG06JbRHOY= |
259 | </data> | 263 | </data> |
260 | </dict> | 264 | </dict> |
261 | <key>Headers/MyApi.h</key> | 265 | <key>Headers/MyApi.h</key> |
... | @@ -269,7 +273,7 @@ | ... | @@ -269,7 +273,7 @@ |
269 | <dict> | 273 | <dict> |
270 | <key>hash2</key> | 274 | <key>hash2</key> |
271 | <data> | 275 | <data> |
272 | - 95yGVgdNJh3D7C7u5ol9MkaO9K0G1mQtxqVG/ibY6tQ= | 276 | + H33BodDrEky6d2hJUfBpOUUq+cqroHnHHbKR+zUqq2w= |
273 | </data> | 277 | </data> |
274 | </dict> | 278 | </dict> |
275 | <key>Headers/SwiftWarplyFramework.h</key> | 279 | <key>Headers/SwiftWarplyFramework.h</key> |
... | @@ -538,11 +542,18 @@ | ... | @@ -538,11 +542,18 @@ |
538 | TgESc8d9O08KqGYg9KaGpNTBai/VRHy/PRUz959PjT4= | 542 | TgESc8d9O08KqGYg9KaGpNTBai/VRHy/PRUz959PjT4= |
539 | </data> | 543 | </data> |
540 | </dict> | 544 | </dict> |
545 | + <key>MapsViewController.nib</key> | ||
546 | + <dict> | ||
547 | + <key>hash2</key> | ||
548 | + <data> | ||
549 | + TIgt9gE52QAgbm9+1l6cRHxfPe/DBUzEfuTwpmUJyis= | ||
550 | + </data> | ||
551 | + </dict> | ||
541 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> | 552 | <key>Modules/SwiftWarplyFramework.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
542 | <dict> | 553 | <dict> |
543 | <key>hash2</key> | 554 | <key>hash2</key> |
544 | <data> | 555 | <data> |
545 | - 1cZ6s/T7ibrvmx/iCDCHIC4awwVkv++RB3t3iIOd7Ck= | 556 | + 9pdK62NdaPRe+FU+A2/Yt8+9gQIcseyHeotNlUogO9A= |
546 | </data> | 557 | </data> |
547 | </dict> | 558 | </dict> |
548 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> | 559 | <key>Modules/SwiftWarplyFramework.swiftmodule/arm64-apple-ios.swiftdoc</key> |
... | @@ -556,7 +567,7 @@ | ... | @@ -556,7 +567,7 @@ |
556 | <dict> | 567 | <dict> |
557 | <key>hash2</key> | 568 | <key>hash2</key> |
558 | <data> | 569 | <data> |
559 | - IHViq1/I58y0aobrlOpRXYRJJMOEFkLX8WqbssIvFG4= | 570 | + BczR0uXKs2VPbQrKF6YLdLOm7TFNB7HZF1MvtTCcSUg= |
560 | </data> | 571 | </data> |
561 | </dict> | 572 | </dict> |
562 | <key>Modules/module.modulemap</key> | 573 | <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.53" | 4 | + spec.version = "0.1.54" |
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.53" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.54" } |
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