[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 3 / 6 / 0 / TapAdditionsKit / 1.3.4 / TapAdditionsKit.podspec.json
blob749499b34145303f6238b7496da6d6113e02dd2a
2   "name": "TapAdditionsKit",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "swift_versions": [
7     "4.0",
8     "4.2",
9     "5.0",
10     "5.0"
11   ],
12   "summary": "Useful additions for native iOS frameworks",
13   "requires_arc": true,
14   "version": "1.3.4",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "Tap Payments": "hello@tap.company"
21   },
22   "homepage": "https://github.com/Tap-Payments/TapAdditionsKit-iOS",
23   "source": {
24     "git": "https://github.com/Tap-Payments/TapAdditionsKit-iOS.git",
25     "tag": "1.3.4"
26   },
27   "default_subspecs": [
28     "AVFoundation",
29     "CoreGraphics",
30     "Foundation",
31     "ObjectiveC",
32     "QuartzCore",
33     "SwiftStandartLibrary",
34     "Tap",
35     "UIKit"
36   ],
37   "swift_version": "5.0",
38   "subspecs": [
39     {
40       "name": "AVFoundation",
41       "subspecs": [
42         {
43           "name": "AVPlayer",
44           "source_files": "TapAdditionsKit/AVFoundation/AVPlayer+Additions.swift"
45         }
46       ]
47     },
48     {
49       "name": "Contacts",
50       "platforms": {
51         "ios": "9.0"
52       },
53       "subspecs": [
54         {
55           "name": "CNContactFetchRequest",
56           "dependencies": {
57             "TapAdditionsKit/SwiftStandartLibrary/Array": [
59             ]
60           },
61           "source_files": "TapAdditionsKit/Contacts/CNContactFetchRequest+Additions.swift"
62         },
63         {
64           "name": "CNContactStore",
65           "dependencies": {
66             "TapAdditionsKit/Contacts/CNContactFetchRequest": [
68             ]
69           },
70           "source_files": "TapAdditionsKit/Contacts/CNContactStore+Additions.swift"
71         },
72         {
73           "name": "CNInstantMessageAddress",
74           "source_files": "TapAdditionsKit/Contacts/CNInstantMessageAddress+Additions.swift"
75         },
76         {
77           "name": "CNPostalAddress",
78           "source_files": "TapAdditionsKit/Contacts/CNPostalAddress+Additions.swift"
79         },
80         {
81           "name": "CNSocialProfile",
82           "source_files": "TapAdditionsKit/Contacts/CNSocialProfile+Additions.swift"
83         }
84       ]
85     },
86     {
87       "name": "CoreGraphics",
88       "subspecs": [
89         {
90           "name": "CGContext",
91           "source_files": "TapAdditionsKit/CoreGraphics/CGContext+Additions.swift"
92         },
93         {
94           "name": "CGImage",
95           "dependencies": {
96             "TapAdditionsKit/CoreGraphics/CGContext": [
98             ]
99           },
100           "source_files": "TapAdditionsKit/CoreGraphics/CGImage+Additions.swift"
101         },
102         {
103           "name": "CGPoint",
104           "source_files": "TapAdditionsKit/CoreGraphics/CGPoint+Additions.swift"
105         },
106         {
107           "name": "CGRect",
108           "dependencies": {
109             "TapAdditionsKit/CoreGraphics/CGPoint": [
111             ],
112             "TapAdditionsKit/CoreGraphics/CGSize": [
114             ]
115           },
116           "source_files": "TapAdditionsKit/CoreGraphics/CGRect+Additions.swift"
117         },
118         {
119           "name": "CGSize",
120           "dependencies": {
121             "TapAdditionsKit/SwiftStandartLibrary/Numeric": [
123             ]
124           },
125           "source_files": "TapAdditionsKit/CoreGraphics/CGSize+Additions.swift"
126         }
127       ]
128     },
129     {
130       "name": "Foundation",
131       "subspecs": [
132         {
133           "name": "Bundle",
134           "source_files": "TapAdditionsKit/Foundation/Bundle+Additions.swift"
135         },
136         {
137           "name": "Calendar",
138           "source_files": "TapAdditionsKit/Foundation/Calendar+Additions.swift"
139         },
140         {
141           "name": "Data",
142           "dependencies": {
143             "TapAdditionsKit/SwiftStandartLibrary/String": [
145             ],
146             "TapAdditionsKit/UIKit/UIImage": [
148             ]
149           },
150           "source_files": "TapAdditionsKit/Foundation/Data+Additions.swift"
151         },
152         {
153           "name": "Date",
154           "source_files": "TapAdditionsKit/Foundation/Date+Additions.swift"
155         },
156         {
157           "name": "DateFormatter",
158           "source_files": "TapAdditionsKit/Foundation/DateFormatter+Additions.swift"
159         },
160         {
161           "name": "JSONSerialization",
162           "dependencies": {
163             "TapAdditionsKit/SwiftStandartLibrary/OptionSet": [
165             ],
166             "TapAdditionsKit/SwiftStandartLibrary/String": [
168             ],
169             "TapAdditionsKit/Tap/TypeAlias": [
171             ],
172             "TapSwiftFixes/Exceptions": [
173               ">= 1.0.9"
174             ]
175           },
176           "source_files": "TapAdditionsKit/Foundation/JSONSerialization+Additions.swift"
177         },
178         {
179           "name": "Locale",
180           "source_files": "TapAdditionsKit/Foundation/Locale+Additions.swift"
181         },
182         {
183           "name": "NSNumber",
184           "dependencies": {
185             "TapAdditionsKit/SwiftStandartLibrary/String": [
187             ],
188             "TapAdditionsKit/Foundation/Locale": [
190             ],
191             "TapAdditionsKit/UIKit/UIDevice": [
193             ]
194           },
195           "source_files": "TapAdditionsKit/Foundation/NSNumber+Additions.swift"
196         },
197         {
198           "name": "NumberFormatter",
199           "source_files": "TapAdditionsKit/Foundation/NumberFormatter+Additions.swift"
200         },
201         {
202           "name": "URL",
203           "source_files": "TapAdditionsKit/Foundation/URL+Additions.swift"
204         },
205         {
206           "name": "URLSession",
207           "dependencies": {
208             "TapAdditionsKit/Foundation/URLSessionDataTaskResult": [
210             ]
211           },
212           "source_files": "TapAdditionsKit/Foundation/URLSession+Additions.swift"
213         },
214         {
215           "name": "URLSessionDataTaskResult",
216           "source_files": "TapAdditionsKit/Foundation/URLSessionDataTaskResult.swift"
217         },
218         {
219           "name": "UserDefaults",
220           "source_files": "TapAdditionsKit/Foundation/UserDefaults+Additions.swift"
221         }
222       ]
223     },
224     {
225       "name": "ObjectiveC",
226       "subspecs": [
227         {
228           "name": "NSObject",
229           "source_files": "TapAdditionsKit/ObjectiveC/NSObject+Additions.swift"
230         }
231       ]
232     },
233     {
234       "name": "QuartzCore",
235       "subspecs": [
236         {
237           "name": "CAKeyframeAnimation",
238           "source_files": "TapAdditionsKit/QuartzCore/CAKeyframeAnimation+Additions.swift"
239         },
240         {
241           "name": "CALayer",
242           "source_files": "TapAdditionsKit/QuartzCore/CALayer+Additions.swift"
243         }
244       ]
245     },
246     {
247       "name": "SwiftStandartLibrary",
248       "subspecs": [
249         {
250           "name": "Array",
251           "dependencies": {
252             "TapAdditionsKit/SwiftStandartLibrary/Numeric": [
254             ]
255           },
256           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Array+Additions.swift"
257         },
258         {
259           "name": "BinaryInteger",
260           "source_files": "TapAdditionsKit/SwiftStandartLibrary/BinaryInteger+Additions.swift"
261         },
262         {
263           "name": "Bool",
264           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Bool+Additions.swift"
265         },
266         {
267           "name": "Comparable",
268           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Comparable+Additions.swift"
269         },
270         {
271           "name": "CountableClosedRange",
272           "source_files": "TapAdditionsKit/SwiftStandartLibrary/CountableClosedRange+Additions.swift"
273         },
274         {
275           "name": "CustomStringConvertible",
276           "dependencies": {
277             "TapAdditionsKit/SwiftStandartLibrary/String": [
279             ]
280           },
281           "source_files": "TapAdditionsKit/SwiftStandartLibrary/CustomStringConvertible+Additions.swift"
282         },
283         {
284           "name": "Decodable",
285           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Decodable+Additions.swift"
286         },
287         {
288           "name": "Dictionary",
289           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Dictionary+Additions.swift"
290         },
291         {
292           "name": "Encodable",
293           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Encodable+Additions.swift"
294         },
295         {
296           "name": "Float",
297           "dependencies": {
298             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
300             ]
301           },
302           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Float+Additions.swift"
303         },
304         {
305           "name": "Int",
306           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Int+Additions.swift"
307         },
308         {
309           "name": "KeyedDecodingContainer",
310           "source_files": "TapAdditionsKit/SwiftStandartLibrary/KeyedDecodingContainer+Additions.swift"
311         },
312         {
313           "name": "MemoryLayout",
314           "source_files": "TapAdditionsKit/SwiftStandartLibrary/MemoryLayout+Additions.swift"
315         },
316         {
317           "name": "Numeric",
318           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Numeric+Additions.swift"
319         },
320         {
321           "name": "OptionSet",
322           "source_files": "TapAdditionsKit/SwiftStandartLibrary/OptionSet+Additions.swift"
323         },
324         {
325           "name": "Sequence",
326           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Sequence+Additions.swift"
327         },
328         {
329           "name": "String",
330           "dependencies": {
331             "TapAdditionsKit/Foundation/Locale": [
333             ],
334             "TapAdditionsKit/Foundation/NumberFormatter": [
336             ],
337             "TapAdditionsKit/SwiftStandartLibrary/Int": [
339             ]
340           },
341           "source_files": "TapAdditionsKit/SwiftStandartLibrary/String+Additions.swift"
342         },
343         {
344           "name": "UInt8",
345           "source_files": "TapAdditionsKit/SwiftStandartLibrary/UInt8+Additions.swift"
346         }
347       ]
348     },
349     {
350       "name": "Tap",
351       "subspecs": [
352         {
353           "name": "ClassProtocol",
354           "source_files": "TapAdditionsKit/Tap/ClassProtocol.swift"
355         },
356         {
357           "name": "Line",
358           "dependencies": {
359             "TapAdditionsKit/CoreGraphics/CGPoint": [
361             ]
362           },
363           "source_files": "TapAdditionsKit/Tap/Line.swift"
364         },
365         {
366           "name": "Triangle",
367           "dependencies": {
368             "TapAdditionsKit/Tap/Line": [
370             ]
371           },
372           "source_files": "TapAdditionsKit/Tap/Triangle.swift"
373         },
374         {
375           "name": "TypeAlias",
376           "source_files": "TapAdditionsKit/Tap/TypeAlias.swift"
377         }
378       ]
379     },
380     {
381       "name": "UIKit",
382       "subspecs": [
383         {
384           "name": "NSLayoutConstraint",
385           "dependencies": {
386             "TapAdditionsKit/Tap/TypeAlias": [
388             ],
389             "TapAdditionsKit/UIKit/UIView": [
391             ]
392           },
393           "source_files": "TapAdditionsKit/UIKit/NSLayoutConstraint+Additions.swift"
394         },
395         {
396           "name": "UIBezierPath",
397           "dependencies": {
398             "TapAdditionsKit/CoreGraphics/CGPoint": [
400             ],
401             "TapAdditionsKit/SwiftStandartLibrary/Array": [
403             ],
404             "TapAdditionsKit/Tap/Line": [
406             ]
407           },
408           "source_files": "TapAdditionsKit/UIKit/UIBezierPath+Additions.swift"
409         },
410         {
411           "name": "UIButton",
412           "dependencies": {
413             "TapAdditionsKit/UIKit/UIImage": [
415             ]
416           },
417           "source_files": "TapAdditionsKit/UIKit/UIButton+Additions.swift"
418         },
419         {
420           "name": "UICollectionView",
421           "source_files": "TapAdditionsKit/UIKit/UICollectionView+Additions.swift"
422         },
423         {
424           "name": "UIColor",
425           "dependencies": {
426             "TapAdditionsKit/SwiftStandartLibrary/Array": [
428             ],
429             "TapAdditionsKit/SwiftStandartLibrary/Int": [
431             ],
432             "TapAdditionsKit/SwiftStandartLibrary/String": [
434             ]
435           },
436           "source_files": "TapAdditionsKit/UIKit/UIColor+Additions.swift"
437         },
438         {
439           "name": "UIDevice",
440           "source_files": "TapAdditionsKit/UIKit/UIDevice+Additions.swift"
441         },
442         {
443           "name": "UIEdgeInsets",
444           "source_files": "TapAdditionsKit/UIKit/UIEdgeInsets+Additions.swift"
445         },
446         {
447           "name": "UIGestureRecognizer",
448           "source_files": "TapAdditionsKit/UIKit/UIGestureRecognizer+Additions.swift"
449         },
450         {
451           "name": "UIImage",
452           "dependencies": {
453             "TapAdditionsKit/CoreGraphics/CGImage": [
455             ],
456             "TapAdditionsKit/CoreGraphics/CGSize": [
458             ],
459             "TapAdditionsKit/SwiftStandartLibrary/Array": [
461             ],
462             "TapAdditionsKit/SwiftStandartLibrary/Sequence": [
464             ],
465             "TapAdditionsKit/UIKit/UIColor": [
467             ]
468           },
469           "source_files": "TapAdditionsKit/UIKit/UIImage+Additions.swift"
470         },
471         {
472           "name": "UIImageView",
473           "dependencies": {
474             "TapAdditionsKit/UIKit/UIImage": [
476             ],
477             "TapAdditionsKit/UIKit/UIView": [
479             ]
480           },
481           "source_files": "TapAdditionsKit/UIKit/UIImageView+Additions.swift"
482         },
483         {
484           "name": "UILabel",
485           "dependencies": {
486             "TapAdditionsKit/Tap/TypeAlias": [
488             ]
489           },
490           "source_files": "TapAdditionsKit/UIKit/UILabel+Additions.swift"
491         },
492         {
493           "name": "UINavigationController",
494           "dependencies": {
495             "TapAdditionsKit/Tap/TypeAlias": [
497             ],
498             "TapSwiftFixes/Threading": [
499               ">= 1.0.9"
500             ]
501           },
502           "source_files": "TapAdditionsKit/UIKit/UINavigationController+Additions.swift"
503         },
504         {
505           "name": "UIResponder",
506           "dependencies": {
507             "TapAdditionsKit/Tap/TypeAlias": [
509             ],
510             "TapAdditionsKit/UIKit/UIView": [
512             ]
513           },
514           "source_files": "TapAdditionsKit/UIKit/UIResponder+Additions.swift"
515         },
516         {
517           "name": "UIScreen",
518           "source_files": "TapAdditionsKit/UIKit/UIScreen+Additions.swift"
519         },
520         {
521           "name": "UIScrollView",
522           "dependencies": {
523             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
525             ]
526           },
527           "source_files": "TapAdditionsKit/UIKit/UIScrollView+Additions.swift"
528         },
529         {
530           "name": "UITableView",
531           "dependencies": {
532             "TapAdditionsKit/UIKit/UIView": [
534             ],
535             "TapSwiftFixes/Exceptions": [
536               ">= 1.0.9"
537             ]
538           },
539           "source_files": "TapAdditionsKit/UIKit/UITableView+Additions.swift"
540         },
541         {
542           "name": "UIView",
543           "subspecs": [
544             {
545               "name": "UIView",
546               "dependencies": {
547                 "TapAdditionsKit/QuartzCore/CALayer": [
549                 ],
550                 "TapAdditionsKit/ObjectiveC/NSObject": [
552                 ],
553                 "TapAdditionsKit/SwiftStandartLibrary/String": [
555                 ],
556                 "TapAdditionsKit/Tap/TypeAlias": [
558                 ],
559                 "TapAdditionsKit/UIKit/UIImage": [
561                 ],
562                 "TapAdditionsKit/UIKit/UIScreen": [
564                 ]
565               },
566               "source_files": "TapAdditionsKit/UIKit/UIView/UIView+Additions.swift"
567             },
568             {
569               "name": "AnimationOptions",
570               "source_files": "TapAdditionsKit/UIKit/UIView/AnimationOptions+Additions.swift"
571             },
572             {
573               "name": "KeyframeAnimationOptions",
574               "source_files": "TapAdditionsKit/UIKit/UIView/KeyframeAnimationOptions+Additions.swift"
575             }
576           ]
577         },
578         {
579           "name": "UIViewController",
580           "dependencies": {
581             "TapAdditionsKit/ObjectiveC/NSObject": [
583             ],
584             "TapAdditionsKit/Tap/TypeAlias": [
586             ],
587             "TapAdditionsKit/UIKit/UIResponder": [
589             ],
590             "TapAdditionsKit/UIKit/UIView": [
592             ],
593             "TapAdditionsKit/UIKit/UIWindow": [
595             ],
596             "TapAdditionsKit/UIKit/UIWindow/Level": [
598             ]
599           },
600           "source_files": "TapAdditionsKit/UIKit/UIViewController+Additions.swift"
601         },
602         {
603           "name": "UIWebView",
604           "dependencies": {
605             "TapAdditionsKit/SwiftStandartLibrary/String": [
607             ]
608           },
609           "source_files": "TapAdditionsKit/UIKit/UIWebView+Additions.swift"
610         },
611         {
612           "name": "UIWindow",
613           "subspecs": [
614             {
615               "name": "UIWindow",
616               "dependencies": {
617                 "TapAdditionsKit/UIKit/UIWindow/Level": [
619                 ]
620               },
621               "source_files": "TapAdditionsKit/UIKit/UIWindow/UIWindow+Additions.swift"
622             },
623             {
624               "name": "Level",
625               "source_files": "TapAdditionsKit/UIKit/UIWindow/Level+Additions.swift"
626             }
627           ]
628         }
629       ]
630     }
631   ]