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