[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / 9 / c / 1 / Krake / 11.0.0 / Krake.podspec.json
blob50797ac5ab8ae3e9c528e727ade19ac55c812fa0
2   "name": "Krake",
3   "version": "11.0.0",
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.0.0"
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         "FBSDKLoginKit": [
231           "~> 5.8.0"
232         ]
233       }
234     },
235     {
236       "name": "GameQuiz",
237       "source_files": [
238         "GameQuiz",
239         "Krake/GameQuiz/**/*.{h,m,swift}"
240       ],
241       "ios": {
242         "resource_bundles": {
243           "GameQuiz": [
244             "Krake/GameQuiz/*.storyboard"
245           ]
246         }
247       },
248       "resources": "Krake/GameQuiz/*.{xcassets}",
249       "dependencies": {
250         "Krake/Core": [
252         ]
253       }
254     },
255     {
256       "name": "GoogleKit",
257       "source_files": [
258         "GoogleKit",
259         "Krake/GoogleKit/*.{swift}"
260       ],
261       "dependencies": {
262         "Krake/Core": [
264         ],
265         "GoogleSignIn": [
266           "4.4.0"
267         ]
268       }
269     },
270     {
271       "name": "InstagramKit",
272       "source_files": [
273         "InstagramKit",
274         "Krake/InstagramKit/*.{swift}"
275       ],
276       "resources": "Krake/InstagramKit/*.{xcassets}",
277       "dependencies": {
278         "Krake/Core": [
280         ],
281         "Krake/OAuth": [
283         ]
284       }
285     },
286     {
287       "name": "LinkedInKit",
288       "source_files": [
289         "LinkedInKit",
290         "Krake/LinkedInKit/*.{swift}"
291       ],
292       "resources": "Krake/LinkedInKit/*.{xcassets}",
293       "dependencies": {
294         "Krake/Core": [
296         ],
297         "Krake/OAuth": [
299         ]
300       }
301     },
302     {
303       "name": "Localization",
304       "source_files": [
305         "Localization",
306         "Krake/Localization/*.{swift}"
307       ],
308       "resources": "Krake/Localization/**/*.{lproj}"
309     },
310     {
311       "name": "OAuth",
312       "source_files": [
313         "OAuth",
314         "Krake/OAuth/*.{swift}"
315       ],
316       "ios": {
317         "resource_bundles": {
318           "OAuth": [
319             "Krake/OAuth/*.storyboard"
320           ]
321         }
322       },
323       "dependencies": {
324         "Krake/Commons": [
326         ],
327         "MBProgressHUD": [
328           "1.1.0"
329         ]
330       }
331     },
332     {
333       "name": "OTP",
334       "source_files": [
335         "OTP",
336         "Krake/OTP/**/*.{h,m,swift}"
337       ],
338       "frameworks": "MapKit",
339       "ios": {
340         "resource_bundles": {
341           "OTP": [
342             "Krake/OTP/*.storyboard"
343           ]
344         }
345       },
346       "resources": "Krake/OTP/*.{xcassets}",
347       "dependencies": {
348         "Krake/Core": [
350         ],
351         "Polyline": [
352           "4.2.1"
353         ],
354         "DateTimePicker": [
355           "~>2.2.0"
356         ],
357         "EVReflection": [
358           "5.10.1"
359         ]
360       }
361     },
362     {
363       "name": "Policies",
364       "source_files": "Krake/Policies/*.{h,m,swift}",
365       "ios": {
366         "resource_bundles": {
367           "Policies": [
368             "Krake/Policies/*.storyboard"
369           ]
370         }
371       },
372       "dependencies": {
373         "Krake/Core": [
375         ]
376       }
377     },
378     {
379       "name": "PostCard",
380       "source_files": "Krake/PostCard/*.{h,m,swift}",
381       "ios": {
382         "resource_bundles": {
383           "PostCard": [
384             "Krake/PostCard/*.storyboard"
385           ]
386         }
387       },
388       "dependencies": {
389         "Krake/Core": [
391         ]
392       }
393     },
394     {
395       "name": "PuzzleGame",
396       "source_files": [
397         "PuzzleGame",
398         "Krake/PuzzleGame/**/*.{swift}"
399       ],
400       "ios": {
401         "resource_bundles": {
402           "PuzzleGame": [
403             "Krake/PuzzleGame/*.storyboard"
404           ]
405         }
406       },
407       "resources": "Krake/PuzzleGame/*.{xcassets}",
408       "dependencies": {
409         "Krake/Core": [
411         ]
412       }
413     },
414     {
415       "name": "Questionnaires",
416       "source_files": [
417         "Questionnaires",
418         "Krake/Questionnaires/*.swift"
419       ],
420       "ios": {
421         "resource_bundles": {
422           "Questionnaires": [
423             "Krake/Questionnaires/**/*.{storyboard,xib}"
424           ]
425         }
426       },
427       "dependencies": {
428         "Krake/Core": [
430         ]
431       }
432     },
433     {
434       "name": "Reportages",
435       "source_files": [
436         "Reportages",
437         "Krake/Reportages/*.swift"
438       ],
439       "ios": {
440         "resource_bundles": {
441           "Reportages": [
442             "Krake/Reportages/*.{storyboard,xib}"
443           ]
444         }
445       },
446       "resources": "Krake/Reportages/*.xcassets",
447       "dependencies": {
448         "Krake/ContentManager": [
450         ],
451         "Krake/Core": [
453         ]
454       }
455     },
456     {
457       "name": "TwitterKit",
458       "source_files": [
459         "TwitterKit",
460         "Krake/TwitterKit/*.{h,m,swift}"
461       ],
462       "dependencies": {
463         "Krake/Core": [
465         ],
466         "TwitterKit": [
467           "3.4.2"
468         ]
469       }
470     }
471   ],
472   "swift_version": "5.0"