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