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