[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / 0 / TapAdditionsKit / 1.0.5 / TapAdditionsKit.podspec.json
blobf0eb9ef99cfac0fb5b31088d1ec23d680dbe18b0
2   "name": "TapAdditionsKit",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "swift_version": "4.1",
7   "pod_target_xcconfig": {
8     "SWIFT_VERSION": "4.1"
9   },
10   "summary": "Useful additions for native iOS frameworks",
11   "requires_arc": true,
12   "version": "1.0.5",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Tap Payments": "hello@tap.company"
19   },
20   "homepage": "https://github.com/Tap-Payments/TapAdditionsKit-iOS",
21   "source": {
22     "git": "https://github.com/Tap-Payments/TapAdditionsKit-iOS.git",
23     "tag": "1.0.5"
24   },
25   "default_subspecs": [
26     "AVFoundation",
27     "CoreGraphics",
28     "Foundation",
29     "ObjectiveC",
30     "QuartzCore",
31     "SwiftStandartLibrary",
32     "Tap",
33     "UIKit"
34   ],
35   "subspecs": [
36     {
37       "name": "AVFoundation",
38       "subspecs": [
39         {
40           "name": "AVPlayer",
41           "source_files": "TapAdditionsKit/AVFoundation/AVPlayer+Additions.swift"
42         }
43       ]
44     },
45     {
46       "name": "Contacts",
47       "platforms": {
48         "ios": "9.0"
49       },
50       "subspecs": [
51         {
52           "name": "CNContactFetchRequest",
53           "dependencies": {
54             "TapAdditionsKit/SwiftStandartLibrary/Array": [
56             ]
57           },
58           "source_files": "TapAdditionsKit/Contacts/CNContactFetchRequest+Additions.swift"
59         },
60         {
61           "name": "CNContactStore",
62           "dependencies": {
63             "TapAdditionsKit/Contacts/CNContactFetchRequest": [
65             ]
66           },
67           "source_files": "TapAdditionsKit/Contacts/CNContactStore+Additions.swift"
68         },
69         {
70           "name": "CNInstantMessageAddress",
71           "source_files": "TapAdditionsKit/Contacts/CNInstantMessageAddress+Additions.swift"
72         },
73         {
74           "name": "CNPostalAddress",
75           "source_files": "TapAdditionsKit/Contacts/CNPostalAddress+Additions.swift"
76         },
77         {
78           "name": "CNSocialProfile",
79           "source_files": "TapAdditionsKit/Contacts/CNSocialProfile+Additions.swift"
80         }
81       ]
82     },
83     {
84       "name": "CoreGraphics",
85       "subspecs": [
86         {
87           "name": "CGContext",
88           "source_files": "TapAdditionsKit/CoreGraphics/CGContext+Additions.swift"
89         },
90         {
91           "name": "CGImage",
92           "dependencies": {
93             "TapAdditionsKit/CoreGraphics/CGContext": [
95             ]
96           },
97           "source_files": "TapAdditionsKit/CoreGraphics/CGImage+Additions.swift"
98         },
99         {
100           "name": "CGPoint",
101           "source_files": "TapAdditionsKit/CoreGraphics/CGPoint+Additions.swift"
102         },
103         {
104           "name": "CGRect",
105           "dependencies": {
106             "TapAdditionsKit/CoreGraphics/CGPoint": [
108             ],
109             "TapAdditionsKit/CoreGraphics/CGSize": [
111             ]
112           },
113           "source_files": "TapAdditionsKit/CoreGraphics/CGRect+Additions.swift"
114         },
115         {
116           "name": "CGSize",
117           "dependencies": {
118             "TapAdditionsKit/SwiftStandartLibrary/Numeric": [
120             ]
121           },
122           "source_files": "TapAdditionsKit/CoreGraphics/CGSize+Additions.swift"
123         }
124       ]
125     },
126     {
127       "name": "Foundation",
128       "subspecs": [
129         {
130           "name": "Bundle",
131           "source_files": "TapAdditionsKit/Foundation/Bundle+Additions.swift"
132         },
133         {
134           "name": "Calendar",
135           "source_files": "TapAdditionsKit/Foundation/Calendar+Additions.swift"
136         },
137         {
138           "name": "Data",
139           "dependencies": {
140             "TapAdditionsKit/SwiftStandartLibrary/String": [
142             ],
143             "TapAdditionsKit/UIKit/UIImage": [
145             ]
146           },
147           "source_files": "TapAdditionsKit/Foundation/Data+Additions.swift"
148         },
149         {
150           "name": "DateFormatter",
151           "source_files": "TapAdditionsKit/Foundation/DateFormatter+Additions.swift"
152         },
153         {
154           "name": "JSONSerialization",
155           "dependencies": {
156             "TapAdditionsKit/SwiftStandartLibrary/OptionSet": [
158             ],
159             "TapAdditionsKit/SwiftStandartLibrary/String": [
161             ],
162             "TapAdditionsKit/Tap/TypeAlias": [
164             ],
165             "TapSwiftFixes/Exceptions": [
167             ]
168           },
169           "source_files": "TapAdditionsKit/Foundation/JSONSerialization+Additions.swift"
170         },
171         {
172           "name": "Locale",
173           "source_files": "TapAdditionsKit/Foundation/Locale+Additions.swift"
174         },
175         {
176           "name": "NSNumber",
177           "dependencies": {
178             "TapAdditionsKit/SwiftStandartLibrary/String": [
180             ],
181             "TapAdditionsKit/Foundation/Locale": [
183             ],
184             "TapAdditionsKit/UIKit/UIDevice": [
186             ]
187           },
188           "source_files": "TapAdditionsKit/Foundation/NSNumber+Additions.swift"
189         },
190         {
191           "name": "NumberFormatter",
192           "source_files": "TapAdditionsKit/Foundation/NumberFormatter+Additions.swift"
193         },
194         {
195           "name": "URLSession",
196           "dependencies": {
197             "TapAdditionsKit/Foundation/URLSessionDataTaskResult": [
199             ]
200           },
201           "source_files": "TapAdditionsKit/Foundation/URLSession+Additions.swift"
202         },
203         {
204           "name": "URLSessionDataTaskResult",
205           "source_files": "TapAdditionsKit/Foundation/URLSessionDataTaskResult.swift"
206         },
207         {
208           "name": "UserDefaults",
209           "source_files": "TapAdditionsKit/Foundation/UserDefaults+Additions.swift"
210         }
211       ]
212     },
213     {
214       "name": "ObjectiveC",
215       "subspecs": [
216         {
217           "name": "NSObject",
218           "source_files": "TapAdditionsKit/ObjectiveC/NSObject+Additions.swift"
219         }
220       ]
221     },
222     {
223       "name": "QuartzCore",
224       "subspecs": [
225         {
226           "name": "CAKeyframeAnimation",
227           "source_files": "TapAdditionsKit/QuartzCore/CAKeyframeAnimation+Additions.swift"
228         },
229         {
230           "name": "CALayer",
231           "source_files": "TapAdditionsKit/QuartzCore/CALayer+Additions.swift"
232         }
233       ]
234     },
235     {
236       "name": "SwiftStandartLibrary",
237       "subspecs": [
238         {
239           "name": "Array",
240           "dependencies": {
241             "TapAdditionsKit/SwiftStandartLibrary/Numeric": [
243             ]
244           },
245           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Array+Additions.swift"
246         },
247         {
248           "name": "BinaryInteger",
249           "source_files": "TapAdditionsKit/SwiftStandartLibrary/BinaryInteger+Additions.swift"
250         },
251         {
252           "name": "Bool",
253           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Bool+Additions.swift"
254         },
255         {
256           "name": "Comparable",
257           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Comparable+Additions.swift"
258         },
259         {
260           "name": "CountableClosedRange",
261           "source_files": "TapAdditionsKit/SwiftStandartLibrary/CountableClosedRange+Additions.swift"
262         },
263         {
264           "name": "Dictionary",
265           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Dictionary+Additions.swift"
266         },
267         {
268           "name": "Float",
269           "dependencies": {
270             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
272             ]
273           },
274           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Float+Additions.swift"
275         },
276         {
277           "name": "Int",
278           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Int+Additions.swift"
279         },
280         {
281           "name": "MemoryLayout",
282           "source_files": "TapAdditionsKit/SwiftStandartLibrary/MemoryLayout+Additions.swift"
283         },
284         {
285           "name": "Numeric",
286           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Numeric+Additions.swift"
287         },
288         {
289           "name": "OptionSet",
290           "source_files": "TapAdditionsKit/SwiftStandartLibrary/OptionSet+Additions.swift"
291         },
292         {
293           "name": "Sequence",
294           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Sequence+Additions.swift"
295         },
296         {
297           "name": "String",
298           "dependencies": {
299             "TapAdditionsKit/Foundation/Locale": [
301             ],
302             "TapAdditionsKit/Foundation/NumberFormatter": [
304             ],
305             "TapAdditionsKit/SwiftStandartLibrary/Int": [
307             ]
308           },
309           "source_files": "TapAdditionsKit/SwiftStandartLibrary/String+Additions.swift"
310         },
311         {
312           "name": "UInt8",
313           "source_files": "TapAdditionsKit/SwiftStandartLibrary/UInt8+Additions.swift"
314         }
315       ]
316     },
317     {
318       "name": "Tap",
319       "subspecs": [
320         {
321           "name": "ClassProtocol",
322           "source_files": "TapAdditionsKit/Tap/ClassProtocol.swift"
323         },
324         {
325           "name": "Line",
326           "dependencies": {
327             "TapAdditionsKit/CoreGraphics/CGPoint": [
329             ]
330           },
331           "source_files": "TapAdditionsKit/Tap/Line.swift"
332         },
333         {
334           "name": "Triangle",
335           "dependencies": {
336             "TapAdditionsKit/Tap/Line": [
338             ]
339           },
340           "source_files": "TapAdditionsKit/Tap/Triangle.swift"
341         },
342         {
343           "name": "TypeAlias",
344           "source_files": "TapAdditionsKit/Tap/TypeAlias.swift"
345         }
346       ]
347     },
348     {
349       "name": "UIKit",
350       "subspecs": [
351         {
352           "name": "UIBezierPath",
353           "dependencies": {
354             "TapAdditionsKit/CoreGraphics/CGPoint": [
356             ],
357             "TapAdditionsKit/SwiftStandartLibrary/Array": [
359             ],
360             "TapAdditionsKit/Tap/Line": [
362             ]
363           },
364           "source_files": "TapAdditionsKit/UIKit/UIBezierPath+Additions.swift"
365         },
366         {
367           "name": "UIButton",
368           "dependencies": {
369             "TapAdditionsKit/UIKit/UIImage": [
371             ]
372           },
373           "source_files": "TapAdditionsKit/UIKit/UIButton+Additions.swift"
374         },
375         {
376           "name": "UICollectionView",
377           "source_files": "TapAdditionsKit/UIKit/UICollectionView+Additions.swift"
378         },
379         {
380           "name": "UIColor",
381           "dependencies": {
382             "TapAdditionsKit/SwiftStandartLibrary/Array": [
384             ],
385             "TapAdditionsKit/SwiftStandartLibrary/Int": [
387             ],
388             "TapAdditionsKit/SwiftStandartLibrary/String": [
390             ]
391           },
392           "source_files": "TapAdditionsKit/UIKit/UIColor+Additions.swift"
393         },
394         {
395           "name": "UIDevice",
396           "source_files": "TapAdditionsKit/UIKit/UIDevice+Additions.swift"
397         },
398         {
399           "name": "UIEdgeInsets",
400           "source_files": "TapAdditionsKit/UIKit/UIEdgeInsets+Additions.swift"
401         },
402         {
403           "name": "UIGestureRecognizer",
404           "source_files": "TapAdditionsKit/UIKit/UIGestureRecognizer+Additions.swift"
405         },
406         {
407           "name": "UIImage",
408           "dependencies": {
409             "TapAdditionsKit/CoreGraphics/CGImage": [
411             ],
412             "TapAdditionsKit/CoreGraphics/CGSize": [
414             ],
415             "TapAdditionsKit/SwiftStandartLibrary/Array": [
417             ],
418             "TapAdditionsKit/SwiftStandartLibrary/Sequence": [
420             ],
421             "TapAdditionsKit/UIKit/UIColor": [
423             ]
424           },
425           "source_files": "TapAdditionsKit/UIKit/UIImage+Additions.swift"
426         },
427         {
428           "name": "UIImageView",
429           "dependencies": {
430             "TapAdditionsKit/UIKit/UIImage": [
432             ],
433             "TapAdditionsKit/UIKit/UIView": [
435             ]
436           },
437           "source_files": "TapAdditionsKit/UIKit/UIImageView+Additions.swift"
438         },
439         {
440           "name": "UILabel",
441           "dependencies": {
442             "TapAdditionsKit/Tap/TypeAlias": [
444             ]
445           },
446           "source_files": "TapAdditionsKit/UIKit/UILabel+Additions.swift"
447         },
448         {
449           "name": "UINavigationController",
450           "dependencies": {
451             "TapAdditionsKit/Tap/TypeAlias": [
453             ],
454             "TapSwiftFixes/Threading": [
456             ]
457           },
458           "source_files": "TapAdditionsKit/UIKit/UINavigationController+Additions.swift"
459         },
460         {
461           "name": "UIResponder",
462           "dependencies": {
463             "TapAdditionsKit/Tap/TypeAlias": [
465             ]
466           },
467           "source_files": "TapAdditionsKit/UIKit/UIResponder+Additions.swift"
468         },
469         {
470           "name": "UIScreen",
471           "source_files": "TapAdditionsKit/UIKit/UIScreen+Additions.swift"
472         },
473         {
474           "name": "UIScrollView",
475           "dependencies": {
476             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
478             ]
479           },
480           "source_files": "TapAdditionsKit/UIKit/UIScrollView+Additions.swift"
481         },
482         {
483           "name": "UITableView",
484           "dependencies": {
485             "TapAdditionsKit/UIKit/UIView": [
487             ],
488             "TapSwiftFixes/Exceptions": [
490             ]
491           },
492           "source_files": "TapAdditionsKit/UIKit/UITableView+Additions.swift"
493         },
494         {
495           "name": "UIView",
496           "dependencies": {
497             "TapAdditionsKit/QuartzCore/CALayer": [
499             ],
500             "TapAdditionsKit/ObjectiveC/NSObject": [
502             ],
503             "TapAdditionsKit/SwiftStandartLibrary/String": [
505             ],
506             "TapAdditionsKit/Tap/TypeAlias": [
508             ],
509             "TapAdditionsKit/UIKit/UIImage": [
511             ],
512             "TapAdditionsKit/UIKit/UIScreen": [
514             ]
515           },
516           "source_files": "TapAdditionsKit/UIKit/UIView+Additions.swift"
517         },
518         {
519           "name": "UIViewController",
520           "dependencies": {
521             "TapAdditionsKit/ObjectiveC/NSObject": [
523             ],
524             "TapAdditionsKit/Tap/TypeAlias": [
526             ],
527             "TapAdditionsKit/UIKit/UIWindow": [
529             ],
530             "TapAdditionsKit/UIKit/UIWindowLevel": [
532             ]
533           },
534           "source_files": "TapAdditionsKit/UIKit/UIViewController+Additions.swift"
535         },
536         {
537           "name": "UIWebView",
538           "dependencies": {
539             "TapAdditionsKit/SwiftStandartLibrary/String": [
541             ]
542           },
543           "source_files": "TapAdditionsKit/UIKit/UIWebView+Additions.swift"
544         },
545         {
546           "name": "UIWindow",
547           "dependencies": {
548             "TapAdditionsKit/UIKit/UIWindowLevel": [
550             ]
551           },
552           "source_files": "TapAdditionsKit/UIKit/UIWindow+Additions.swift"
553         },
554         {
555           "name": "UIWindowLevel",
556           "source_files": "TapAdditionsKit/UIKit/UIWindowLevel+Additions.swift"
557         }
558       ]
559     }
560   ]