[Add] GoogleMobileAdsMediationIronSource 8.6.0.0.0
[CocoaPods.git] / Specs / 3 / 6 / 0 / TapAdditionsKit / 1.3.2 / TapAdditionsKit.podspec.json
bloba27ac58f800a2cff0a0d79210947cd5d4dbb5b39
2   "name": "TapAdditionsKit",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "swift_versions": [
7     "4.2",
8     "5.0"
9   ],
10   "summary": "Useful additions for native iOS frameworks",
11   "requires_arc": true,
12   "version": "1.3.2",
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.3.2"
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": "Date",
151           "source_files": "TapAdditionsKit/Foundation/Date+Additions.swift"
152         },
153         {
154           "name": "DateFormatter",
155           "source_files": "TapAdditionsKit/Foundation/DateFormatter+Additions.swift"
156         },
157         {
158           "name": "JSONSerialization",
159           "dependencies": {
160             "TapAdditionsKit/SwiftStandartLibrary/OptionSet": [
162             ],
163             "TapAdditionsKit/SwiftStandartLibrary/String": [
165             ],
166             "TapAdditionsKit/Tap/TypeAlias": [
168             ],
169             "TapSwiftFixes/Exceptions": [
170               ">= 1.0.8"
171             ]
172           },
173           "source_files": "TapAdditionsKit/Foundation/JSONSerialization+Additions.swift"
174         },
175         {
176           "name": "Locale",
177           "source_files": "TapAdditionsKit/Foundation/Locale+Additions.swift"
178         },
179         {
180           "name": "NSNumber",
181           "dependencies": {
182             "TapAdditionsKit/SwiftStandartLibrary/String": [
184             ],
185             "TapAdditionsKit/Foundation/Locale": [
187             ],
188             "TapAdditionsKit/UIKit/UIDevice": [
190             ]
191           },
192           "source_files": "TapAdditionsKit/Foundation/NSNumber+Additions.swift"
193         },
194         {
195           "name": "NumberFormatter",
196           "source_files": "TapAdditionsKit/Foundation/NumberFormatter+Additions.swift"
197         },
198         {
199           "name": "URL",
200           "source_files": "TapAdditionsKit/Foundation/URL+Additions.swift"
201         },
202         {
203           "name": "URLSession",
204           "dependencies": {
205             "TapAdditionsKit/Foundation/URLSessionDataTaskResult": [
207             ]
208           },
209           "source_files": "TapAdditionsKit/Foundation/URLSession+Additions.swift"
210         },
211         {
212           "name": "URLSessionDataTaskResult",
213           "source_files": "TapAdditionsKit/Foundation/URLSessionDataTaskResult.swift"
214         },
215         {
216           "name": "UserDefaults",
217           "source_files": "TapAdditionsKit/Foundation/UserDefaults+Additions.swift"
218         }
219       ]
220     },
221     {
222       "name": "ObjectiveC",
223       "subspecs": [
224         {
225           "name": "NSObject",
226           "source_files": "TapAdditionsKit/ObjectiveC/NSObject+Additions.swift"
227         }
228       ]
229     },
230     {
231       "name": "QuartzCore",
232       "subspecs": [
233         {
234           "name": "CAKeyframeAnimation",
235           "source_files": "TapAdditionsKit/QuartzCore/CAKeyframeAnimation+Additions.swift"
236         },
237         {
238           "name": "CALayer",
239           "source_files": "TapAdditionsKit/QuartzCore/CALayer+Additions.swift"
240         }
241       ]
242     },
243     {
244       "name": "SwiftStandartLibrary",
245       "subspecs": [
246         {
247           "name": "Array",
248           "dependencies": {
249             "TapAdditionsKit/SwiftStandartLibrary/Numeric": [
251             ]
252           },
253           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Array+Additions.swift"
254         },
255         {
256           "name": "BinaryInteger",
257           "source_files": "TapAdditionsKit/SwiftStandartLibrary/BinaryInteger+Additions.swift"
258         },
259         {
260           "name": "Bool",
261           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Bool+Additions.swift"
262         },
263         {
264           "name": "Comparable",
265           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Comparable+Additions.swift"
266         },
267         {
268           "name": "CountableClosedRange",
269           "source_files": "TapAdditionsKit/SwiftStandartLibrary/CountableClosedRange+Additions.swift"
270         },
271         {
272           "name": "CustomStringConvertible",
273           "dependencies": {
274             "TapAdditionsKit/SwiftStandartLibrary/String": [
276             ]
277           },
278           "source_files": "TapAdditionsKit/SwiftStandartLibrary/CustomStringConvertible+Additions.swift"
279         },
280         {
281           "name": "Decodable",
282           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Decodable+Additions.swift"
283         },
284         {
285           "name": "Dictionary",
286           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Dictionary+Additions.swift"
287         },
288         {
289           "name": "Encodable",
290           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Encodable+Additions.swift"
291         },
292         {
293           "name": "Float",
294           "dependencies": {
295             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
297             ]
298           },
299           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Float+Additions.swift"
300         },
301         {
302           "name": "Int",
303           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Int+Additions.swift"
304         },
305         {
306           "name": "KeyedDecodingContainer",
307           "source_files": "TapAdditionsKit/SwiftStandartLibrary/KeyedDecodingContainer+Additions.swift"
308         },
309         {
310           "name": "MemoryLayout",
311           "source_files": "TapAdditionsKit/SwiftStandartLibrary/MemoryLayout+Additions.swift"
312         },
313         {
314           "name": "Numeric",
315           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Numeric+Additions.swift"
316         },
317         {
318           "name": "OptionSet",
319           "source_files": "TapAdditionsKit/SwiftStandartLibrary/OptionSet+Additions.swift"
320         },
321         {
322           "name": "Sequence",
323           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Sequence+Additions.swift"
324         },
325         {
326           "name": "String",
327           "dependencies": {
328             "TapAdditionsKit/Foundation/Locale": [
330             ],
331             "TapAdditionsKit/Foundation/NumberFormatter": [
333             ],
334             "TapAdditionsKit/SwiftStandartLibrary/Int": [
336             ]
337           },
338           "source_files": "TapAdditionsKit/SwiftStandartLibrary/String+Additions.swift"
339         },
340         {
341           "name": "UInt8",
342           "source_files": "TapAdditionsKit/SwiftStandartLibrary/UInt8+Additions.swift"
343         }
344       ]
345     },
346     {
347       "name": "Tap",
348       "subspecs": [
349         {
350           "name": "ClassProtocol",
351           "source_files": "TapAdditionsKit/Tap/ClassProtocol.swift"
352         },
353         {
354           "name": "Line",
355           "dependencies": {
356             "TapAdditionsKit/CoreGraphics/CGPoint": [
358             ]
359           },
360           "source_files": "TapAdditionsKit/Tap/Line.swift"
361         },
362         {
363           "name": "Triangle",
364           "dependencies": {
365             "TapAdditionsKit/Tap/Line": [
367             ]
368           },
369           "source_files": "TapAdditionsKit/Tap/Triangle.swift"
370         },
371         {
372           "name": "TypeAlias",
373           "source_files": "TapAdditionsKit/Tap/TypeAlias.swift"
374         }
375       ]
376     },
377     {
378       "name": "UIKit",
379       "subspecs": [
380         {
381           "name": "NSLayoutConstraint",
382           "dependencies": {
383             "TapAdditionsKit/Tap/TypeAlias": [
385             ],
386             "TapAdditionsKit/UIKit/UIView": [
388             ]
389           },
390           "source_files": "TapAdditionsKit/UIKit/NSLayoutConstraint+Additions.swift"
391         },
392         {
393           "name": "UIBezierPath",
394           "dependencies": {
395             "TapAdditionsKit/CoreGraphics/CGPoint": [
397             ],
398             "TapAdditionsKit/SwiftStandartLibrary/Array": [
400             ],
401             "TapAdditionsKit/Tap/Line": [
403             ]
404           },
405           "source_files": "TapAdditionsKit/UIKit/UIBezierPath+Additions.swift"
406         },
407         {
408           "name": "UIButton",
409           "dependencies": {
410             "TapAdditionsKit/UIKit/UIImage": [
412             ]
413           },
414           "source_files": "TapAdditionsKit/UIKit/UIButton+Additions.swift"
415         },
416         {
417           "name": "UICollectionView",
418           "source_files": "TapAdditionsKit/UIKit/UICollectionView+Additions.swift"
419         },
420         {
421           "name": "UIColor",
422           "dependencies": {
423             "TapAdditionsKit/SwiftStandartLibrary/Array": [
425             ],
426             "TapAdditionsKit/SwiftStandartLibrary/Int": [
428             ],
429             "TapAdditionsKit/SwiftStandartLibrary/String": [
431             ]
432           },
433           "source_files": "TapAdditionsKit/UIKit/UIColor+Additions.swift"
434         },
435         {
436           "name": "UIDevice",
437           "source_files": "TapAdditionsKit/UIKit/UIDevice+Additions.swift"
438         },
439         {
440           "name": "UIEdgeInsets",
441           "source_files": "TapAdditionsKit/UIKit/UIEdgeInsets+Additions.swift"
442         },
443         {
444           "name": "UIGestureRecognizer",
445           "source_files": "TapAdditionsKit/UIKit/UIGestureRecognizer+Additions.swift"
446         },
447         {
448           "name": "UIImage",
449           "dependencies": {
450             "TapAdditionsKit/CoreGraphics/CGImage": [
452             ],
453             "TapAdditionsKit/CoreGraphics/CGSize": [
455             ],
456             "TapAdditionsKit/SwiftStandartLibrary/Array": [
458             ],
459             "TapAdditionsKit/SwiftStandartLibrary/Sequence": [
461             ],
462             "TapAdditionsKit/UIKit/UIColor": [
464             ]
465           },
466           "source_files": "TapAdditionsKit/UIKit/UIImage+Additions.swift"
467         },
468         {
469           "name": "UIImageView",
470           "dependencies": {
471             "TapAdditionsKit/UIKit/UIImage": [
473             ],
474             "TapAdditionsKit/UIKit/UIView": [
476             ]
477           },
478           "source_files": "TapAdditionsKit/UIKit/UIImageView+Additions.swift"
479         },
480         {
481           "name": "UILabel",
482           "dependencies": {
483             "TapAdditionsKit/Tap/TypeAlias": [
485             ]
486           },
487           "source_files": "TapAdditionsKit/UIKit/UILabel+Additions.swift"
488         },
489         {
490           "name": "UINavigationController",
491           "dependencies": {
492             "TapAdditionsKit/Tap/TypeAlias": [
494             ],
495             "TapSwiftFixes/Threading": [
496               ">= 1.0.8"
497             ]
498           },
499           "source_files": "TapAdditionsKit/UIKit/UINavigationController+Additions.swift"
500         },
501         {
502           "name": "UIResponder",
503           "dependencies": {
504             "TapAdditionsKit/Tap/TypeAlias": [
506             ],
507             "TapAdditionsKit/UIKit/UIView": [
509             ]
510           },
511           "source_files": "TapAdditionsKit/UIKit/UIResponder+Additions.swift"
512         },
513         {
514           "name": "UIScreen",
515           "source_files": "TapAdditionsKit/UIKit/UIScreen+Additions.swift"
516         },
517         {
518           "name": "UIScrollView",
519           "dependencies": {
520             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
522             ]
523           },
524           "source_files": "TapAdditionsKit/UIKit/UIScrollView+Additions.swift"
525         },
526         {
527           "name": "UITableView",
528           "dependencies": {
529             "TapAdditionsKit/UIKit/UIView": [
531             ],
532             "TapSwiftFixes/Exceptions": [
533               ">= 1.0.8"
534             ]
535           },
536           "source_files": "TapAdditionsKit/UIKit/UITableView+Additions.swift"
537         },
538         {
539           "name": "UIView",
540           "subspecs": [
541             {
542               "name": "UIView",
543               "dependencies": {
544                 "TapAdditionsKit/QuartzCore/CALayer": [
546                 ],
547                 "TapAdditionsKit/ObjectiveC/NSObject": [
549                 ],
550                 "TapAdditionsKit/SwiftStandartLibrary/String": [
552                 ],
553                 "TapAdditionsKit/Tap/TypeAlias": [
555                 ],
556                 "TapAdditionsKit/UIKit/UIImage": [
558                 ],
559                 "TapAdditionsKit/UIKit/UIScreen": [
561                 ]
562               },
563               "source_files": "TapAdditionsKit/UIKit/UIView/UIView+Additions.swift"
564             },
565             {
566               "name": "AnimationOptions",
567               "source_files": "TapAdditionsKit/UIKit/UIView/AnimationOptions+Additions.swift"
568             },
569             {
570               "name": "KeyframeAnimationOptions",
571               "source_files": "TapAdditionsKit/UIKit/UIView/KeyframeAnimationOptions+Additions.swift"
572             }
573           ]
574         },
575         {
576           "name": "UIViewController",
577           "dependencies": {
578             "TapAdditionsKit/ObjectiveC/NSObject": [
580             ],
581             "TapAdditionsKit/Tap/TypeAlias": [
583             ],
584             "TapAdditionsKit/UIKit/UIResponder": [
586             ],
587             "TapAdditionsKit/UIKit/UIView": [
589             ],
590             "TapAdditionsKit/UIKit/UIWindow": [
592             ],
593             "TapAdditionsKit/UIKit/UIWindow/Level": [
595             ]
596           },
597           "source_files": "TapAdditionsKit/UIKit/UIViewController+Additions.swift"
598         },
599         {
600           "name": "UIWebView",
601           "dependencies": {
602             "TapAdditionsKit/SwiftStandartLibrary/String": [
604             ]
605           },
606           "source_files": "TapAdditionsKit/UIKit/UIWebView+Additions.swift"
607         },
608         {
609           "name": "UIWindow",
610           "subspecs": [
611             {
612               "name": "UIWindow",
613               "dependencies": {
614                 "TapAdditionsKit/UIKit/UIWindow/Level": [
616                 ]
617               },
618               "source_files": "TapAdditionsKit/UIKit/UIWindow/UIWindow+Additions.swift"
619             },
620             {
621               "name": "Level",
622               "source_files": "TapAdditionsKit/UIKit/UIWindow/Level+Additions.swift"
623             }
624           ]
625         }
626       ]
627     }
628   ]