[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / c / 1 / Krake / 11.4.6 / Krake.podspec.json
blob031a716b41f21c56c15e437e0d2b237bdec09489
2   "name": "Krake",
3   "version": "11.4.6",
4   "summary": "Laser mobile framework.",
5   "homepage": "https://www.laser-group.com",
6   "description": "This is a Laser Krake® libraries writted by our devs to integrate Krake® CMS features",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/LaserSrl/KrakeiOS.git",
10     "tag": "11.4.6"
11   },
12   "authors": {
13     "Patrick Negretto": "patrick.negretto@laser-group.com",
14     "Joël Gerbore": "joel.gerbore@laser-group.com"
15   },
16   "platforms": {
17     "ios": "12.0"
18   },
19   "swift_versions": [
20     "5.0"
21   ],
22   "pod_target_xcconfig": {
23     "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "requires_arc": true,
29   "static_framework": true,
30   "frameworks": [
31     "CoreLocation",
32     "AddressBook",
33     "AddressBookUI",
34     "MapKit",
35     "CoreData",
36     "WebKit",
37     "StoreKit"
38   ],
39   "default_subspecs": [
40     "Core"
41   ],
42   "subspecs": [
43     {
44       "name": "AppleSignIn",
45       "frameworks": [
46         "AuthenticationServices",
47         "Foundation"
48       ],
49       "source_files": [
50         "AppleSignIn",
51         "Krake/AppleSignIn/*.swift"
52       ],
53       "dependencies": {
54         "Krake/Core": [
56         ]
57       }
58     },
59     {
60       "name": "AppUpdater",
61       "source_files": "Krake/AppUpdater/*.{h,m,swift}",
62       "dependencies": {
63         "Krake/Commons": [
65         ]
66       }
67     },
68     {
69       "name": "Beacons",
70       "source_files": "Krake/Beacons/*.{swift}",
71       "dependencies": {
72         "Krake/Core": [
74         ]
75       }
76     },
77     {
78       "name": "Commons",
79       "source_files": "Krake/Commons/*.{swift}"
80     },
81     {
82       "name": "ContentManager",
83       "source_files": "Krake/ContentManager/**/*.{h,m,swift}",
84       "ios": {
85         "resource_bundles": {
86           "ContentManager": [
87             "Krake/ContentManager/**/*.{storyboard,xib}"
88           ]
89         }
90       },
91       "dependencies": {
92         "Krake/Core": [
94         ],
95         "FDTake": [
96           "3.0.0"
97         ],
98         "LaserPicker": [
99           "1.0.0"
100         ],
101         "IQAudioRecorderController": [
102           "1.2.3"
103         ]
104       }
105     },
106     {
107       "name": "Core",
108       "source_files": [
109         "Krake/Core/*.{h,m,swift}",
110         "Krake/Krake.h",
111         "Krake/Mapper/**/*.{h,m,swift}",
112         "Krake/Content/**/*.{h,m,swift}",
113         "Krake/Extentions/*.{h,m,swift}",
114         "Krake/Mappe/*.{h,m,swift}",
115         "Krake/Analytics/*.{h,m,swift}",
116         "Krake/Localization/*.{swift}"
117       ],
118       "ios": {
119         "resource_bundles": {
120           "OrchardGen": [
121             "Krake/Mapper/OGLMapperConfiguration.plist"
122           ],
123           "LoginManager": [
124             "Krake/Mapper/LoginManager/*.storyboard"
125           ],
126           "PrivacyManager": [
127             "Krake/Mapper/PrivacyManager/*.storyboard"
128           ],
129           "Content": [
130             "Krake/Content/**/*.{xib,storyboard}"
131           ],
132           "Core": [
133             "Krake/Core/**/*.{xib}"
134           ],
135           "Location": [
136             "Krake/Mappe/*.storyboard"
137           ],
138           "Localization": [
139             "Krake/Localization/*.{lproj}"
140           ],
141           "KrakeImages": [
142             "Krake/*.{xcassets}",
143             "Krake/Mapper/**/*.{xcassets}"
144           ]
145         }
146       },
147       "dependencies": {
148         "Krake/Commons": [
150         ],
151         "Alamofire": [
152           "~> 5.4.0"
153         ],
154         "AlamofireNetworkActivityIndicator": [
155           "~> 3.1.0"
156         ],
157         "CryptoSwift": [
158           "~> 1.3.2"
159         ],
160         "Firebase": [
161           "~> 7.0"
162         ],
163         "FirebaseCrashlytics": [
165         ],
166         "Firebase/Messaging": [
168         ],
169         "KNSemiModalViewController_hons82": [
170           "0.4.6"
171         ],
172         "libPhoneNumber-iOS": [
173           "~> 0.9.15"
174         ],
175         "MBProgressHUD": [
176           "1.2.0"
177         ],
178         "NTPKit": [
179           "1.0.1"
180         ],
181         "SDWebImage": [
182           "~> 5.9"
183         ],
184         "SwiftyJSON": [
185           "5.0.0"
186         ],
187         "SwiftMessages": [
188           "~> 9.0"
189         ],
190         "Cluster": [
191           "~> 3.0.3"
192         ],
193         "Kml.swift": [
194           "0.3.2"
195         ],
196         "Segmentio": [
197           "~> 4.1"
198         ],
199         "LaserWebViewController": [
200           "2.0.3"
201         ],
202         "LaserFloatingTextField": [
203           "1.0.0"
204         ],
205         "LaserVideoPhotoGallery": [
206           "3.0.3"
207         ],
208         "LaserSwippableCell": [
209           "1.0.0"
210         ],
211         "LaserCalendarTimeSelector": [
212           "1.5.3"
213         ]
214       }
215     },
216     {
217       "name": "FacebookKit",
218       "source_files": [
219         "FacebookKit",
220         "Krake/FacebookKit/*.{h,m,swift}"
221       ],
222       "dependencies": {
223         "Krake/Core": [
225         ],
226         "FBSDKCoreKit": [
227           "~> 9.0"
228         ],
229         "FBSDKLoginKit": [
230           "~> 9.0"
231         ]
232       }
233     },
234     {
235       "name": "GameQuiz",
236       "source_files": [
237         "GameQuiz",
238         "Krake/GameQuiz/**/*.{h,m,swift}"
239       ],
240       "ios": {
241         "resource_bundles": {
242           "GameQuiz": [
243             "Krake/GameQuiz/*.{storyboard,xcassets,lproj}"
244           ]
245         }
246       },
247       "dependencies": {
248         "Krake/Core": [
250         ]
251       }
252     },
253     {
254       "name": "OAuth",
255       "source_files": [
256         "OAuth",
257         "Krake/OAuth/*.{swift}"
258       ],
259       "ios": {
260         "resource_bundles": {
261           "OAuth": [
262             "Krake/OAuth/*.storyboard"
263           ]
264         }
265       },
266       "dependencies": {
267         "Krake/Commons": [
269         ],
270         "MBProgressHUD": [
271           "1.2.0"
272         ]
273       }
274     },
275     {
276       "name": "OTP",
277       "source_files": [
278         "OTP",
279         "Krake/OTP/**/*.{h,m,swift}"
280       ],
281       "frameworks": "MapKit",
282       "ios": {
283         "resource_bundles": {
284           "OTP": [
285             "Krake/OTP/*.{storyboard,xcassets,lproj}"
286           ]
287         }
288       },
289       "dependencies": {
290         "Krake/Core": [
292         ],
293         "Polyline": [
294           "~> 5.0"
295         ],
296         "DateTimePicker": [
297           "~> 2.5.0"
298         ],
299         "EVReflection": [
300           "5.10.1"
301         ]
302       }
303     },
304     {
305       "name": "Policies",
306       "source_files": "Krake/Policies/*.{h,m,swift}",
307       "ios": {
308         "resource_bundles": {
309           "Policies": [
310             "Krake/Policies/*.storyboard"
311           ]
312         }
313       },
314       "dependencies": {
315         "Krake/Core": [
317         ]
318       }
319     },
320     {
321       "name": "PostCard",
322       "source_files": "Krake/PostCard/*.{h,m,swift}",
323       "ios": {
324         "resource_bundles": {
325           "PostCard": [
326             "Krake/PostCard/*.storyboard"
327           ]
328         }
329       },
330       "dependencies": {
331         "Krake/Core": [
333         ]
334       }
335     },
336     {
337       "name": "PuzzleGame",
338       "source_files": [
339         "PuzzleGame",
340         "Krake/PuzzleGame/**/*.{swift}"
341       ],
342       "ios": {
343         "resource_bundles": {
344           "PuzzleGame": [
345             "Krake/PuzzleGame/*.{storyboard,xcassets,lproj}"
346           ]
347         }
348       },
349       "dependencies": {
350         "Krake/Core": [
352         ]
353       }
354     },
355     {
356       "name": "Questionnaires",
357       "source_files": [
358         "Questionnaires",
359         "Krake/Questionnaires/*.swift"
360       ],
361       "ios": {
362         "resource_bundles": {
363           "Questionnaires": [
364             "Krake/Questionnaires/**/*.{storyboard,xib}"
365           ]
366         }
367       },
368       "dependencies": {
369         "Krake/Core": [
371         ]
372       }
373     },
374     {
375       "name": "Reportages",
376       "source_files": [
377         "Reportages",
378         "Krake/Reportages/*.swift"
379       ],
380       "ios": {
381         "resource_bundles": {
382           "Reportages": [
383             "Krake/Reportages/*.{storyboard,xib}"
384           ]
385         }
386       },
387       "dependencies": {
388         "Krake/ContentManager": [
390         ],
391         "Krake/Core": [
393         ]
394       }
395     },
396     {
397       "name": "TwitterKit",
398       "source_files": [
399         "TwitterKit",
400         "Krake/TwitterKit/*.{h,m,swift}"
401       ],
402       "dependencies": {
403         "Krake/Core": [
405         ],
406         "TwitterKit": [
407           "3.4.2"
408         ]
409       }
410     }
411   ],
412   "swift_version": "5.0"