[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 9 / c / 1 / Krake / 11.1.2 / Krake.podspec.json
bloba91d72ffb2ae6652115ac54762a77196550406e8
2   "name": "Krake",
3   "version": "11.1.2",
4   "summary": "Laser mobile framework.",
5   "homepage": "http://mykrake.com",
6   "description": "Libreria krake",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/LaserSrl/KrakeiOS.git",
10     "tag": "11.1.2"
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": "11.0"
18   },
19   "swift_versions": [
20     "4.0",
21     "4.2",
22     "5.0"
23   ],
24   "requires_arc": true,
25   "static_framework": true,
26   "frameworks": [
27     "CoreLocation",
28     "AddressBook",
29     "AddressBookUI",
30     "MapKit",
31     "CoreData",
32     "WebKit",
33     "StoreKit"
34   ],
35   "pod_target_xcconfig": {
36     "OTHER_SWIFT_FLAGS[config=Debug]": "-DDEBUG"
37   },
38   "default_subspecs": [
39     "Core"
40   ],
41   "subspecs": [
42     {
43       "name": "AppleSignIn",
44       "source_files": [
45         "AppleSignIn",
46         "Krake/AppleSignIn/*.swift"
47       ],
48       "dependencies": {
49         "Krake/Core": [
51         ]
52       }
53     },
54     {
55       "name": "AppUpdater",
56       "source_files": "Krake/AppUpdater/*.{h,m,swift}",
57       "dependencies": {
58         "Krake/Commons": [
60         ]
61       }
62     },
63     {
64       "name": "Beacons",
65       "source_files": "Krake/Beacons/*.{swift}",
66       "dependencies": {
67         "Krake/Core": [
69         ]
70       }
71     },
72     {
73       "name": "Braintree",
74       "source_files": "Krake/Braintree/*.{swift}",
75       "dependencies": {
76         "Krake/Core": [
78         ],
79         "Braintree": [
80           "4.30.0"
81         ]
82       }
83     },
84     {
85       "name": "Commons",
86       "source_files": "Krake/Commons/*.{swift}"
87     },
88     {
89       "name": "ContentManager",
90       "source_files": "Krake/ContentManager/**/*.{h,m,swift}",
91       "ios": {
92         "resource_bundles": {
93           "ContentManager": [
94             "Krake/ContentManager/**/*.{storyboard,xib}"
95           ]
96         }
97       },
98       "dependencies": {
99         "Krake/Core": [
101         ],
102         "FDTake": [
103           "3.0.0"
104         ],
105         "LaserPicker": [
106           "1.0.0"
107         ],
108         "IQAudioRecorderController": [
109           "1.2.3"
110         ]
111       }
112     },
113     {
114       "name": "Core",
115       "source_files": [
116         "Krake/Core/*.{h,m,swift}",
117         "Krake/Krake.h",
118         "Krake/Mapper/**/*.{h,m,swift}",
119         "Krake/Content/**/*.{h,m,swift}",
120         "Krake/Extentions/*.{h,m,swift}",
121         "Krake/Mappe/*.{h,m,swift}",
122         "Krake/Analytics/*.{h,m,swift}"
123       ],
124       "ios": {
125         "resource_bundles": {
126           "OrchardGen": [
127             "Krake/Mapper/OGLMapperConfiguration.plist"
128           ],
129           "LoginManager": [
130             "Krake/Mapper/LoginManager/*.storyboard"
131           ],
132           "PrivacyManager": [
133             "Krake/Mapper/PrivacyManager/*.storyboard"
134           ],
135           "Content": [
136             "Krake/Content/**/*.{xib,storyboard}"
137           ],
138           "Location": [
139             "Krake/Mappe/*.storyboard"
140           ]
141         }
142       },
143       "resources": [
144         "Krake/*.{xcassets}",
145         "Krake/Core/*.xib",
146         "Krake/Mapper/**/*.{xcassets}"
147       ],
148       "dependencies": {
149         "Krake/Commons": [
151         ],
152         "Krake/Localization": [
154         ],
155         "Alamofire": [
156           "~> 5.0.0-rc.2"
157         ],
158         "AlamofireNetworkActivityIndicator": [
159           "~> 3.0.0-beta.3"
160         ],
161         "Crashlytics": [
162           "~> 3.13.1"
163         ],
164         "CryptoSwift": [
165           "1.0.0"
166         ],
167         "Fabric": [
168           "~> 1.10.1"
169         ],
170         "Firebase": [
171           "~> 6.10.0"
172         ],
173         "KNSemiModalViewController_hons82": [
174           "0.4.6"
175         ],
176         "libPhoneNumber-iOS": [
177           "~>0.9.15"
178         ],
179         "MBProgressHUD": [
180           "1.1.0"
181         ],
182         "NTPKit": [
183           "1.0.1"
184         ],
185         "SDWebImage": [
186           "~> 5.2.3"
187         ],
188         "SwiftyJSON": [
189           "5.0.0"
190         ],
191         "SwiftMessages": [
192           "~>7.0.0"
193         ],
194         "Cluster": [
195           "3.0.0"
196         ],
197         "Kml.swift": [
198           "0.3.2"
199         ],
200         "Segmentio": [
201           "~> 4.1"
202         ],
203         "LaserWebViewController": [
204           "2.0.1"
205         ],
206         "LaserFloatingTextField": [
207           "1.0.0"
208         ],
209         "LaserVideoPhotoGallery": [
210           "3.0.3"
211         ],
212         "LaserSwippableCell": [
213           "1.0.0"
214         ],
215         "LaserCalendarTimeSelector": [
216           "1.5.3"
217         ]
218       }
219     },
220     {
221       "name": "FacebookKit",
222       "source_files": [
223         "FacebookKit",
224         "Krake/FacebookKit/*.{h,m,swift}"
225       ],
226       "dependencies": {
227         "Krake/Core": [
229         ],
230         "FBSDKCoreKit": [
231           "~> 5.15.0"
232         ],
233         "FBSDKLoginKit": [
234           "~> 5.15.0"
235         ]
236       }
237     },
238     {
239       "name": "GameQuiz",
240       "source_files": [
241         "GameQuiz",
242         "Krake/GameQuiz/**/*.{h,m,swift}"
243       ],
244       "ios": {
245         "resource_bundles": {
246           "GameQuiz": [
247             "Krake/GameQuiz/*.storyboard"
248           ]
249         }
250       },
251       "resources": "Krake/GameQuiz/*.{xcassets}",
252       "dependencies": {
253         "Krake/Core": [
255         ]
256       }
257     },
258     {
259       "name": "GoogleKit",
260       "source_files": [
261         "GoogleKit",
262         "Krake/GoogleKit/*.{swift}"
263       ],
264       "dependencies": {
265         "Krake/Core": [
267         ],
268         "GoogleSignIn": [
269           "4.4.0"
270         ]
271       }
272     },
273     {
274       "name": "InstagramKit",
275       "source_files": [
276         "InstagramKit",
277         "Krake/InstagramKit/*.{swift}"
278       ],
279       "resources": "Krake/InstagramKit/*.{xcassets}",
280       "dependencies": {
281         "Krake/Core": [
283         ],
284         "Krake/OAuth": [
286         ]
287       }
288     },
289     {
290       "name": "LinkedInKit",
291       "source_files": [
292         "LinkedInKit",
293         "Krake/LinkedInKit/*.{swift}"
294       ],
295       "resources": "Krake/LinkedInKit/*.{xcassets}",
296       "dependencies": {
297         "Krake/Core": [
299         ],
300         "Krake/OAuth": [
302         ]
303       }
304     },
305     {
306       "name": "Localization",
307       "source_files": [
308         "Localization",
309         "Krake/Localization/*.{swift}"
310       ],
311       "resources": "Krake/Localization/**/*.{lproj}"
312     },
313     {
314       "name": "OAuth",
315       "source_files": [
316         "OAuth",
317         "Krake/OAuth/*.{swift}"
318       ],
319       "ios": {
320         "resource_bundles": {
321           "OAuth": [
322             "Krake/OAuth/*.storyboard"
323           ]
324         }
325       },
326       "dependencies": {
327         "Krake/Commons": [
329         ],
330         "MBProgressHUD": [
331           "1.1.0"
332         ]
333       }
334     },
335     {
336       "name": "OTP",
337       "source_files": [
338         "OTP",
339         "Krake/OTP/**/*.{h,m,swift}"
340       ],
341       "frameworks": "MapKit",
342       "ios": {
343         "resource_bundles": {
344           "OTP": [
345             "Krake/OTP/*.storyboard"
346           ]
347         }
348       },
349       "resources": "Krake/OTP/*.{xcassets}",
350       "dependencies": {
351         "Krake/Core": [
353         ],
354         "Polyline": [
355           "4.2.1"
356         ],
357         "DateTimePicker": [
358           "~>2.2.0"
359         ],
360         "EVReflection": [
361           "5.10.1"
362         ]
363       }
364     },
365     {
366       "name": "Policies",
367       "source_files": "Krake/Policies/*.{h,m,swift}",
368       "ios": {
369         "resource_bundles": {
370           "Policies": [
371             "Krake/Policies/*.storyboard"
372           ]
373         }
374       },
375       "dependencies": {
376         "Krake/Core": [
378         ]
379       }
380     },
381     {
382       "name": "PostCard",
383       "source_files": "Krake/PostCard/*.{h,m,swift}",
384       "ios": {
385         "resource_bundles": {
386           "PostCard": [
387             "Krake/PostCard/*.storyboard"
388           ]
389         }
390       },
391       "dependencies": {
392         "Krake/Core": [
394         ]
395       }
396     },
397     {
398       "name": "PuzzleGame",
399       "source_files": [
400         "PuzzleGame",
401         "Krake/PuzzleGame/**/*.{swift}"
402       ],
403       "ios": {
404         "resource_bundles": {
405           "PuzzleGame": [
406             "Krake/PuzzleGame/*.storyboard"
407           ]
408         }
409       },
410       "resources": "Krake/PuzzleGame/*.{xcassets}",
411       "dependencies": {
412         "Krake/Core": [
414         ]
415       }
416     },
417     {
418       "name": "Questionnaires",
419       "source_files": [
420         "Questionnaires",
421         "Krake/Questionnaires/*.swift"
422       ],
423       "ios": {
424         "resource_bundles": {
425           "Questionnaires": [
426             "Krake/Questionnaires/**/*.{storyboard,xib}"
427           ]
428         }
429       },
430       "dependencies": {
431         "Krake/Core": [
433         ]
434       }
435     },
436     {
437       "name": "Reportages",
438       "source_files": [
439         "Reportages",
440         "Krake/Reportages/*.swift"
441       ],
442       "ios": {
443         "resource_bundles": {
444           "Reportages": [
445             "Krake/Reportages/*.{storyboard,xib}"
446           ]
447         }
448       },
449       "resources": "Krake/Reportages/*.xcassets",
450       "dependencies": {
451         "Krake/ContentManager": [
453         ],
454         "Krake/Core": [
456         ]
457       }
458     },
459     {
460       "name": "TwitterKit",
461       "source_files": [
462         "TwitterKit",
463         "Krake/TwitterKit/*.{h,m,swift}"
464       ],
465       "dependencies": {
466         "Krake/Core": [
468         ],
469         "TwitterKit": [
470           "3.4.2"
471         ]
472       }
473     }
474   ],
475   "swift_version": "5.0"