[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / c / 1 / Krake / 11.4.3 / Krake.podspec.json
blobce5ceb258b9775a5bcb91d30ac56c4928a506d9b
2   "name": "Krake",
3   "version": "11.4.3",
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.3"
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   "requires_arc": true,
23   "static_framework": true,
24   "frameworks": [
25     "CoreLocation",
26     "AddressBook",
27     "AddressBookUI",
28     "MapKit",
29     "CoreData",
30     "WebKit",
31     "StoreKit"
32   ],
33   "pod_target_xcconfig": {
34     "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
35   },
36   "default_subspecs": [
37     "Core"
38   ],
39   "subspecs": [
40     {
41       "name": "AppleSignIn",
42       "frameworks": [
43         "AuthenticationServices",
44         "Foundation"
45       ],
46       "source_files": [
47         "AppleSignIn",
48         "Krake/AppleSignIn/*.swift"
49       ],
50       "dependencies": {
51         "Krake/Core": [
53         ]
54       }
55     },
56     {
57       "name": "AppUpdater",
58       "source_files": "Krake/AppUpdater/*.{h,m,swift}",
59       "dependencies": {
60         "Krake/Commons": [
62         ]
63       }
64     },
65     {
66       "name": "Beacons",
67       "source_files": "Krake/Beacons/*.{swift}",
68       "dependencies": {
69         "Krake/Core": [
71         ]
72       }
73     },
74     {
75       "name": "Commons",
76       "source_files": "Krake/Commons/*.{swift}"
77     },
78     {
79       "name": "ContentManager",
80       "source_files": "Krake/ContentManager/**/*.{h,m,swift}",
81       "ios": {
82         "resource_bundles": {
83           "ContentManager": [
84             "Krake/ContentManager/**/*.{storyboard,xib}"
85           ]
86         }
87       },
88       "dependencies": {
89         "Krake/Core": [
91         ],
92         "FDTake": [
93           "3.0.0"
94         ],
95         "LaserPicker": [
96           "1.0.0"
97         ],
98         "IQAudioRecorderController": [
99           "1.2.3"
100         ]
101       }
102     },
103     {
104       "name": "Core",
105       "source_files": [
106         "Krake/Core/*.{h,m,swift}",
107         "Krake/Krake.h",
108         "Krake/Mapper/**/*.{h,m,swift}",
109         "Krake/Content/**/*.{h,m,swift}",
110         "Krake/Extentions/*.{h,m,swift}",
111         "Krake/Mappe/*.{h,m,swift}",
112         "Krake/Analytics/*.{h,m,swift}",
113         "Krake/Localization/*.{swift}"
114       ],
115       "ios": {
116         "resource_bundles": {
117           "OrchardGen": [
118             "Krake/Mapper/OGLMapperConfiguration.plist"
119           ],
120           "LoginManager": [
121             "Krake/Mapper/LoginManager/*.storyboard"
122           ],
123           "PrivacyManager": [
124             "Krake/Mapper/PrivacyManager/*.storyboard"
125           ],
126           "Content": [
127             "Krake/Content/**/*.{xib,storyboard}"
128           ],
129           "Core": [
130             "Krake/Core/**/*.{xib}"
131           ],
132           "Location": [
133             "Krake/Mappe/*.storyboard"
134           ],
135           "Localization": [
136             "Krake/Localization/*.{lproj}"
137           ],
138           "KrakeImages": [
139             "Krake/*.{xcassets}",
140             "Krake/Mapper/**/*.{xcassets}"
141           ]
142         }
143       },
144       "dependencies": {
145         "Krake/Commons": [
147         ],
148         "Alamofire": [
149           "~> 5.3.0"
150         ],
151         "AlamofireNetworkActivityIndicator": [
152           "~> 3.1.0"
153         ],
154         "CryptoSwift": [
155           "1.3.2"
156         ],
157         "Firebase": [
158           "~> 7.0.0"
159         ],
160         "FirebaseCrashlytics": [
162         ],
163         "Firebase/Messaging": [
165         ],
166         "KNSemiModalViewController_hons82": [
167           "0.4.6"
168         ],
169         "libPhoneNumber-iOS": [
170           "~> 0.9.15"
171         ],
172         "MBProgressHUD": [
173           "1.2.0"
174         ],
175         "NTPKit": [
176           "1.0.1"
177         ],
178         "SDWebImage": [
179           "~> 5.9.1"
180         ],
181         "SwiftyJSON": [
182           "5.0.0"
183         ],
184         "SwiftMessages": [
185           "~> 8.0.2"
186         ],
187         "Cluster": [
188           "~> 3.0.3"
189         ],
190         "Kml.swift": [
191           "0.3.2"
192         ],
193         "Segmentio": [
194           "~> 4.1"
195         ],
196         "LaserWebViewController": [
197           "2.0.1"
198         ],
199         "LaserFloatingTextField": [
200           "1.0.0"
201         ],
202         "LaserVideoPhotoGallery": [
203           "3.0.3"
204         ],
205         "LaserSwippableCell": [
206           "1.0.0"
207         ],
208         "LaserCalendarTimeSelector": [
209           "1.5.3"
210         ]
211       }
212     },
213     {
214       "name": "FacebookKit",
215       "source_files": [
216         "FacebookKit",
217         "Krake/FacebookKit/*.{h,m,swift}"
218       ],
219       "dependencies": {
220         "Krake/Core": [
222         ],
223         "FBSDKCoreKit": [
224           "~> 8.0.0"
225         ],
226         "FBSDKLoginKit": [
227           "~> 8.0.0"
228         ]
229       }
230     },
231     {
232       "name": "GameQuiz",
233       "source_files": [
234         "GameQuiz",
235         "Krake/GameQuiz/**/*.{h,m,swift}"
236       ],
237       "ios": {
238         "resource_bundles": {
239           "GameQuiz": [
240             "Krake/GameQuiz/*.{storyboard,xcassets,lproj}"
241           ]
242         }
243       },
244       "dependencies": {
245         "Krake/Core": [
247         ]
248       }
249     },
250     {
251       "name": "OAuth",
252       "source_files": [
253         "OAuth",
254         "Krake/OAuth/*.{swift}"
255       ],
256       "ios": {
257         "resource_bundles": {
258           "OAuth": [
259             "Krake/OAuth/*.storyboard"
260           ]
261         }
262       },
263       "dependencies": {
264         "Krake/Commons": [
266         ],
267         "MBProgressHUD": [
268           "1.2.0"
269         ]
270       }
271     },
272     {
273       "name": "OTP",
274       "source_files": [
275         "OTP",
276         "Krake/OTP/**/*.{h,m,swift}"
277       ],
278       "frameworks": "MapKit",
279       "ios": {
280         "resource_bundles": {
281           "OTP": [
282             "Krake/OTP/*.{storyboard,xcassets,lproj}"
283           ]
284         }
285       },
286       "dependencies": {
287         "Krake/Core": [
289         ],
290         "Polyline": [
291           "4.2.1"
292         ],
293         "DateTimePicker": [
294           "~> 2.5.0"
295         ],
296         "EVReflection": [
297           "5.10.1"
298         ]
299       }
300     },
301     {
302       "name": "Policies",
303       "source_files": "Krake/Policies/*.{h,m,swift}",
304       "ios": {
305         "resource_bundles": {
306           "Policies": [
307             "Krake/Policies/*.storyboard"
308           ]
309         }
310       },
311       "dependencies": {
312         "Krake/Core": [
314         ]
315       }
316     },
317     {
318       "name": "PostCard",
319       "source_files": "Krake/PostCard/*.{h,m,swift}",
320       "ios": {
321         "resource_bundles": {
322           "PostCard": [
323             "Krake/PostCard/*.storyboard"
324           ]
325         }
326       },
327       "dependencies": {
328         "Krake/Core": [
330         ]
331       }
332     },
333     {
334       "name": "PuzzleGame",
335       "source_files": [
336         "PuzzleGame",
337         "Krake/PuzzleGame/**/*.{swift}"
338       ],
339       "ios": {
340         "resource_bundles": {
341           "PuzzleGame": [
342             "Krake/PuzzleGame/*.{storyboard,xcassets,lproj}"
343           ]
344         }
345       },
346       "dependencies": {
347         "Krake/Core": [
349         ]
350       }
351     },
352     {
353       "name": "Questionnaires",
354       "source_files": [
355         "Questionnaires",
356         "Krake/Questionnaires/*.swift"
357       ],
358       "ios": {
359         "resource_bundles": {
360           "Questionnaires": [
361             "Krake/Questionnaires/**/*.{storyboard,xib}"
362           ]
363         }
364       },
365       "dependencies": {
366         "Krake/Core": [
368         ]
369       }
370     },
371     {
372       "name": "Reportages",
373       "source_files": [
374         "Reportages",
375         "Krake/Reportages/*.swift"
376       ],
377       "ios": {
378         "resource_bundles": {
379           "Reportages": [
380             "Krake/Reportages/*.{storyboard,xib}"
381           ]
382         }
383       },
384       "dependencies": {
385         "Krake/ContentManager": [
387         ],
388         "Krake/Core": [
390         ]
391       }
392     },
393     {
394       "name": "TwitterKit",
395       "source_files": [
396         "TwitterKit",
397         "Krake/TwitterKit/*.{h,m,swift}"
398       ],
399       "dependencies": {
400         "Krake/Core": [
402         ],
403         "TwitterKit": [
404           "3.4.2"
405         ]
406       }
407     }
408   ],
409   "swift_version": "5.0"