Showing
25 changed files
with
160 additions
and
111 deletions
WarplySDKFrameworkIOS.framework/.DS_Store
0 → 100644
No preview for this file type
No preview for this file type
This file is too large to display.
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
This file is too large to display.
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
1 | -// swift-interface-format-version: 1.0 | ||
2 | -// swift-compiler-version: Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8) | ||
3 | -// swift-module-flags: -target x86_64-apple-ios11.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -Onone -module-name WarplySDKFrameworkIOS | ||
4 | -import Foundation | ||
5 | -import Swift | ||
6 | -import SwiftUI | ||
7 | -import UIKit | ||
8 | -@_exported import WarplySDKFrameworkIOS | ||
9 | -import _Concurrency | ||
10 | -@_inheritsConvenienceInitializers @objc @_Concurrency.MainActor(unsafe) public class DetailsViewController : UIKit.UIViewController { | ||
11 | - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) | ||
12 | - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | ||
13 | - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) | ||
14 | - @objc deinit | ||
15 | -} | ||
16 | -public class swiftApi { | ||
17 | - public init() | ||
18 | - public func getUserTag() -> Swift.String | ||
19 | - @_hasMissingDesignatedInitializers public class DFY { | ||
20 | - @objc deinit | ||
21 | - } | ||
22 | - public func setDFY(couponCode: Swift.String, merchantId: Swift.String) | ||
23 | - @_hasMissingDesignatedInitializers public class activeDFYCoupons { | ||
24 | - @objc deinit | ||
25 | - } | ||
26 | - public func setActiveDFYCoupons(campaignIds: Swift.Array<Swift.String>) | ||
27 | - @_hasMissingDesignatedInitializers public class CCMSLoyaltyCampaigns { | ||
28 | - @objc deinit | ||
29 | - } | ||
30 | - public func setCCMSLoyaltyCampaigns(campaigns: Swift.Array<Swift.Dictionary<Swift.String, Swift.String>>) | ||
31 | - public func getActiveDFYCoupons() -> Swift.Array<Swift.String> | ||
32 | - @_hasMissingDesignatedInitializers public class CouponSetItemModel { | ||
33 | - @objc deinit | ||
34 | - } | ||
35 | - @_hasMissingDesignatedInitializers public class CouponSetsDataModel { | ||
36 | - @objc deinit | ||
37 | - } | ||
38 | - public func getCouponSets() -> Swift.Array<WarplySDKFrameworkIOS.swiftApi.CouponSetItemModel> | ||
39 | - @_hasMissingDesignatedInitializers public class CouponItemModel { | ||
40 | - public func setCouponSetData(_ couponSet: WarplySDKFrameworkIOS.swiftApi.CouponSetItemModel) | ||
41 | - @objc deinit | ||
42 | - } | ||
43 | - @_hasMissingDesignatedInitializers public class CouponsDataModel { | ||
44 | - @objc deinit | ||
45 | - } | ||
46 | - public func getCoupons() -> Swift.Array<WarplySDKFrameworkIOS.swiftApi.CouponItemModel> | ||
47 | - public func getOldCoupons() -> Swift.Array<WarplySDKFrameworkIOS.swiftApi.CouponItemModel> | ||
48 | - @_hasMissingDesignatedInitializers public class CampaignItemModel { | ||
49 | - @objc deinit | ||
50 | - } | ||
51 | - @_hasMissingDesignatedInitializers public class CampaignDataModel { | ||
52 | - @objc deinit | ||
53 | - } | ||
54 | - public func getCampaigns() -> Swift.Array<WarplySDKFrameworkIOS.swiftApi.CampaignItemModel> | ||
55 | - @objc deinit | ||
56 | -} | ||
57 | -@_inheritsConvenienceInitializers @objc @_Concurrency.MainActor(unsafe) public class WalletViewController : UIKit.UIViewController { | ||
58 | - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) | ||
59 | - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | ||
60 | - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) | ||
61 | - @objc deinit | ||
62 | -} | ||
63 | -@_inheritsConvenienceInitializers @objc @_Concurrency.MainActor(unsafe) public class MFYViewController : UIKit.UIViewController { | ||
64 | - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) | ||
65 | - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | ||
66 | - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) | ||
67 | - @objc deinit | ||
68 | -} | ||
69 | -@_hasMissingDesignatedInitializers public class MyEmptyClass { | ||
70 | - @objc deinit | ||
71 | -} | ||
72 | -@_inheritsConvenienceInitializers @objc @_Concurrency.MainActor(unsafe) public class GiftsViewController : UIKit.UIViewController { | ||
73 | - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) | ||
74 | - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | ||
75 | - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) | ||
76 | - @objc deinit | ||
77 | -} | ||
78 | -@_inheritsConvenienceInitializers @objc @_Concurrency.MainActor(unsafe) public class CouponsViewController : UIKit.UIViewController { | ||
79 | - @_Concurrency.MainActor(unsafe) @objc override dynamic public func viewWillAppear(_ animated: Swift.Bool) | ||
80 | - @_Concurrency.MainActor(unsafe) @objc override dynamic public init(nibName nibNameOrNil: Swift.String?, bundle nibBundleOrNil: Foundation.Bundle?) | ||
81 | - @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder: Foundation.NSCoder) | ||
82 | - @objc deinit | ||
83 | -} |
No preview for this file type
No preview for this file type
... | @@ -6,7 +6,59 @@ | ... | @@ -6,7 +6,59 @@ |
6 | <dict> | 6 | <dict> |
7 | <key>Assets.car</key> | 7 | <key>Assets.car</key> |
8 | <data> | 8 | <data> |
9 | - Zh4H4eMSqAMmQ8/LKGWmQXKP17g= | 9 | + 7EDxFp87qExczKCuMkz6DNCEZA8= |
10 | + </data> | ||
11 | + <key>Frameworks/libswiftCore.dylib</key> | ||
12 | + <data> | ||
13 | + vSiq6e5mY+3kVymOiEZS0q1uG1o= | ||
14 | + </data> | ||
15 | + <key>Frameworks/libswiftCoreData.dylib</key> | ||
16 | + <data> | ||
17 | + OSWZO4cXaG0vJt82n6LBa6jpRMw= | ||
18 | + </data> | ||
19 | + <key>Frameworks/libswiftCoreFoundation.dylib</key> | ||
20 | + <data> | ||
21 | + u9+wfQ/sUWYS/YTMaQeSFx7EpUA= | ||
22 | + </data> | ||
23 | + <key>Frameworks/libswiftCoreGraphics.dylib</key> | ||
24 | + <data> | ||
25 | + iKyBuErKAm8s78D2FsYMFE5rTZM= | ||
26 | + </data> | ||
27 | + <key>Frameworks/libswiftCoreImage.dylib</key> | ||
28 | + <data> | ||
29 | + s+HLqTYW69Oc7nvLv0F2F/ZrrSM= | ||
30 | + </data> | ||
31 | + <key>Frameworks/libswiftDarwin.dylib</key> | ||
32 | + <data> | ||
33 | + CdHZdT+ivmFsvNwhvU4nWhnuLNc= | ||
34 | + </data> | ||
35 | + <key>Frameworks/libswiftDispatch.dylib</key> | ||
36 | + <data> | ||
37 | + 0OpHllzzgIH98/nLRfKo8vIzowM= | ||
38 | + </data> | ||
39 | + <key>Frameworks/libswiftFoundation.dylib</key> | ||
40 | + <data> | ||
41 | + fq5Zhnq1OsZjh+Hk8IDaf8vULBg= | ||
42 | + </data> | ||
43 | + <key>Frameworks/libswiftMetal.dylib</key> | ||
44 | + <data> | ||
45 | + 4yYa20D70/kXMPm8Q1+wWosdUe8= | ||
46 | + </data> | ||
47 | + <key>Frameworks/libswiftObjectiveC.dylib</key> | ||
48 | + <data> | ||
49 | + D7z9R69NFZCgn5ZpjomyWyA0YAQ= | ||
50 | + </data> | ||
51 | + <key>Frameworks/libswiftQuartzCore.dylib</key> | ||
52 | + <data> | ||
53 | + BtDAtcvIN6rudL1Dd2aOq7ZW+Aw= | ||
54 | + </data> | ||
55 | + <key>Frameworks/libswiftUIKit.dylib</key> | ||
56 | + <data> | ||
57 | + Kp81aADuT8qdsVD482/V+AtiwSs= | ||
58 | + </data> | ||
59 | + <key>Frameworks/libswiftos.dylib</key> | ||
60 | + <data> | ||
61 | + PdSC2NJSsofIbkHXVQPO6LFfOm8= | ||
10 | </data> | 62 | </data> |
11 | <key>Headers/MyApi.h</key> | 63 | <key>Headers/MyApi.h</key> |
12 | <data> | 64 | <data> |
... | @@ -22,7 +74,7 @@ | ... | @@ -22,7 +74,7 @@ |
22 | </data> | 74 | </data> |
23 | <key>Info.plist</key> | 75 | <key>Info.plist</key> |
24 | <data> | 76 | <data> |
25 | - ROb1nL1gbCquTWog44SvlgsYbr8= | 77 | + jcbIheJY9pJuJdXMblnbai+L4xQ= |
26 | </data> | 78 | </data> |
27 | <key>Main.storyboardc/CouponViewController.nib</key> | 79 | <key>Main.storyboardc/CouponViewController.nib</key> |
28 | <data> | 80 | <data> |
... | @@ -76,21 +128,17 @@ | ... | @@ -76,21 +128,17 @@ |
76 | <data> | 128 | <data> |
77 | 7duN6JxqnuAh64jeKlgcsZ2/cFs= | 129 | 7duN6JxqnuAh64jeKlgcsZ2/cFs= |
78 | </data> | 130 | </data> |
79 | - <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> | 131 | + <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
80 | - <data> | ||
81 | - NhT/KfDz4incAYTHSOCBw9WG7lA= | ||
82 | - </data> | ||
83 | - <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | ||
84 | <data> | 132 | <data> |
85 | - W//Ue5C7lY2p1ImZOXY3bBzVrEM= | 133 | + 5Ia1uwt0lsAsxYrl+5jcIh0uhyk= |
86 | </data> | 134 | </data> |
87 | - <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> | 135 | + <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-apple-ios.swiftdoc</key> |
88 | <data> | 136 | <data> |
89 | - VoPO00dp1sjQpS1wf3JAKpUb3hA= | 137 | + qANAQFnwSi0xCRq85pV8C8E3PFc= |
90 | </data> | 138 | </data> |
91 | - <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> | 139 | + <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-apple-ios.swiftmodule</key> |
92 | <data> | 140 | <data> |
93 | - +eXW5RiwfVyphsBwdJ+pwcgVRkE= | 141 | + zGTfIuJ3K0+yRnMblE99bfMuqbY= |
94 | </data> | 142 | </data> |
95 | <key>Modules/module.modulemap</key> | 143 | <key>Modules/module.modulemap</key> |
96 | <data> | 144 | <data> |
... | @@ -147,7 +195,98 @@ | ... | @@ -147,7 +195,98 @@ |
147 | <dict> | 195 | <dict> |
148 | <key>hash2</key> | 196 | <key>hash2</key> |
149 | <data> | 197 | <data> |
150 | - POIiqbTH4uecjmnSxkdGk/I39k0ddm2BPSzL/qAns74= | 198 | + D5TCRz+htZ4FSb1LQpcML6YvT0+TCOfrZ3Yz8dFK1gg= |
199 | + </data> | ||
200 | + </dict> | ||
201 | + <key>Frameworks/libswiftCore.dylib</key> | ||
202 | + <dict> | ||
203 | + <key>hash2</key> | ||
204 | + <data> | ||
205 | + yfGWcYD6JaG9Xmxs/8Tw8T+BowpXcyAgUE0+akaSh6M= | ||
206 | + </data> | ||
207 | + </dict> | ||
208 | + <key>Frameworks/libswiftCoreData.dylib</key> | ||
209 | + <dict> | ||
210 | + <key>hash2</key> | ||
211 | + <data> | ||
212 | + QdiJnrmCjQSbrhlOZRGv6qTTkc83rIPlJnk3KImdQLg= | ||
213 | + </data> | ||
214 | + </dict> | ||
215 | + <key>Frameworks/libswiftCoreFoundation.dylib</key> | ||
216 | + <dict> | ||
217 | + <key>hash2</key> | ||
218 | + <data> | ||
219 | + mldvPPNw1zhb11+l2CgQ1AmbwnkdFk0gNfuZBXgmP2s= | ||
220 | + </data> | ||
221 | + </dict> | ||
222 | + <key>Frameworks/libswiftCoreGraphics.dylib</key> | ||
223 | + <dict> | ||
224 | + <key>hash2</key> | ||
225 | + <data> | ||
226 | + KCHQXnsHjZd0ML0KppB5Y/0Lu6gy3aUN3p6/IlQm77E= | ||
227 | + </data> | ||
228 | + </dict> | ||
229 | + <key>Frameworks/libswiftCoreImage.dylib</key> | ||
230 | + <dict> | ||
231 | + <key>hash2</key> | ||
232 | + <data> | ||
233 | + Fi2deMzzTbCwKFz0tQZ9rxP1vocuxMqL0OC9Dtib680= | ||
234 | + </data> | ||
235 | + </dict> | ||
236 | + <key>Frameworks/libswiftDarwin.dylib</key> | ||
237 | + <dict> | ||
238 | + <key>hash2</key> | ||
239 | + <data> | ||
240 | + npw5nTKucL2zb4wksShrAz/ZDayWwEZSLyeHHxcDEPk= | ||
241 | + </data> | ||
242 | + </dict> | ||
243 | + <key>Frameworks/libswiftDispatch.dylib</key> | ||
244 | + <dict> | ||
245 | + <key>hash2</key> | ||
246 | + <data> | ||
247 | + U7k6RxSoCj0fbYz0KMTs/0i2JJHgy9kYRWP4yeWSvzY= | ||
248 | + </data> | ||
249 | + </dict> | ||
250 | + <key>Frameworks/libswiftFoundation.dylib</key> | ||
251 | + <dict> | ||
252 | + <key>hash2</key> | ||
253 | + <data> | ||
254 | + ePLGQ8JAEry8KAxaun+kXkEyjvuKgOcnBR6wJqGew+4= | ||
255 | + </data> | ||
256 | + </dict> | ||
257 | + <key>Frameworks/libswiftMetal.dylib</key> | ||
258 | + <dict> | ||
259 | + <key>hash2</key> | ||
260 | + <data> | ||
261 | + 6DHJ+EceOUJqMTMNFKD7t6I/FqSgbVTMXZA2MVxoOTA= | ||
262 | + </data> | ||
263 | + </dict> | ||
264 | + <key>Frameworks/libswiftObjectiveC.dylib</key> | ||
265 | + <dict> | ||
266 | + <key>hash2</key> | ||
267 | + <data> | ||
268 | + xc71leMAUP/EgYpGHgMlhTZHExwr7zzRYPRiCaYqIsc= | ||
269 | + </data> | ||
270 | + </dict> | ||
271 | + <key>Frameworks/libswiftQuartzCore.dylib</key> | ||
272 | + <dict> | ||
273 | + <key>hash2</key> | ||
274 | + <data> | ||
275 | + CUk8pBR8EfXuQV3eO2xWiMYMuGLRsQ5tHgJI67srnkU= | ||
276 | + </data> | ||
277 | + </dict> | ||
278 | + <key>Frameworks/libswiftUIKit.dylib</key> | ||
279 | + <dict> | ||
280 | + <key>hash2</key> | ||
281 | + <data> | ||
282 | + QH2Vrx78figMO87jzRYAaLJIsbgabyMIGW5AthaxXsM= | ||
283 | + </data> | ||
284 | + </dict> | ||
285 | + <key>Frameworks/libswiftos.dylib</key> | ||
286 | + <dict> | ||
287 | + <key>hash2</key> | ||
288 | + <data> | ||
289 | + ObLlmzsPJLGAaBNI7pELo9D7MiRKRQ+zo40sKJViREU= | ||
151 | </data> | 290 | </data> |
152 | </dict> | 291 | </dict> |
153 | <key>Headers/MyApi.h</key> | 292 | <key>Headers/MyApi.h</key> |
... | @@ -262,32 +401,25 @@ | ... | @@ -262,32 +401,25 @@ |
262 | XS9WV7jXmZpeKz1IcPz67p8jBDsfXroAQsUP0rXvoAQ= | 401 | XS9WV7jXmZpeKz1IcPz67p8jBDsfXroAQsUP0rXvoAQ= |
263 | </data> | 402 | </data> |
264 | </dict> | 403 | </dict> |
265 | - <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo</key> | 404 | + <key>Modules/WarplySDKFrameworkIOS.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo</key> |
266 | - <dict> | ||
267 | - <key>hash2</key> | ||
268 | - <data> | ||
269 | - +4K1oR2BHQuqZaRvmkr+emUu0KIdPKLagRLqY5aGuuo= | ||
270 | - </data> | ||
271 | - </dict> | ||
272 | - <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc</key> | ||
273 | <dict> | 405 | <dict> |
274 | <key>hash2</key> | 406 | <key>hash2</key> |
275 | <data> | 407 | <data> |
276 | - e+PqdmyXiQNngPVEj9jGzBsQKm+mNwjzN/mRkE6ThIo= | 408 | + q3zAlaOHb8pY1dWwrLXGYTGz5xpQwgSMN9A6FP0rFpE= |
277 | </data> | 409 | </data> |
278 | </dict> | 410 | </dict> |
279 | - <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface</key> | 411 | + <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-apple-ios.swiftdoc</key> |
280 | <dict> | 412 | <dict> |
281 | <key>hash2</key> | 413 | <key>hash2</key> |
282 | <data> | 414 | <data> |
283 | - VOu39KFfgc8xwkvcQYXPlePaBW4qiVqrqxi7df5bkuU= | 415 | + 5BYiGrbJ3s7Vqp73j8APSd3nwYF3N7f6bZuj9Pv/e8g= |
284 | </data> | 416 | </data> |
285 | </dict> | 417 | </dict> |
286 | - <key>Modules/WarplySDKFrameworkIOS.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key> | 418 | + <key>Modules/WarplySDKFrameworkIOS.swiftmodule/arm64-apple-ios.swiftmodule</key> |
287 | <dict> | 419 | <dict> |
288 | <key>hash2</key> | 420 | <key>hash2</key> |
289 | <data> | 421 | <data> |
290 | - SHj7z9sUkFVVLHr3xANhwOwk/ij2x6V3Z6TvtO6pW1o= | 422 | + w47QoRZt1i3Aef251LY9lbtGbrCgLPuo92AZtWIHF90= |
291 | </data> | 423 | </data> |
292 | </dict> | 424 | </dict> |
293 | <key>Modules/module.modulemap</key> | 425 | <key>Modules/module.modulemap</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.17" | 4 | + spec.version = "0.0.18" |
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.17" } | 20 | + spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.0.18" } |
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