[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / 0 / TapAdditionsKit / 1.3.5-beta / TapAdditionsKit.podspec.json
blobd4561e203c073b8890af7815441ea4450f9710a1
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.5-beta",
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.5-beta"
25   },
26   "default_subspecs": [
27     "AVFoundation",
28     "CoreGraphics",
29     "Foundation",
30     "ObjectiveC",
31     "QuartzCore",
32     "SwiftStandartLibrary",
33     "Tap",
34     "UIKit"
35   ],
36   "swift_version": "5.0",
37   "subspecs": [
38     {
39       "name": "AVFoundation",
40       "subspecs": [
41         {
42           "name": "AVPlayer",
43           "source_files": "TapAdditionsKit/AVFoundation/AVPlayer+Additions.swift"
44         }
45       ]
46     },
47     {
48       "name": "Contacts",
49       "platforms": {
50         "ios": "9.0"
51       },
52       "subspecs": [
53         {
54           "name": "CNContactFetchRequest",
55           "dependencies": {
56             "TapAdditionsKit/SwiftStandartLibrary/Array": [
58             ]
59           },
60           "source_files": "TapAdditionsKit/Contacts/CNContactFetchRequest+Additions.swift"
61         },
62         {
63           "name": "CNContactStore",
64           "dependencies": {
65             "TapAdditionsKit/Contacts/CNContactFetchRequest": [
67             ]
68           },
69           "source_files": "TapAdditionsKit/Contacts/CNContactStore+Additions.swift"
70         },
71         {
72           "name": "CNInstantMessageAddress",
73           "source_files": "TapAdditionsKit/Contacts/CNInstantMessageAddress+Additions.swift"
74         },
75         {
76           "name": "CNPostalAddress",
77           "source_files": "TapAdditionsKit/Contacts/CNPostalAddress+Additions.swift"
78         },
79         {
80           "name": "CNSocialProfile",
81           "source_files": "TapAdditionsKit/Contacts/CNSocialProfile+Additions.swift"
82         }
83       ]
84     },
85     {
86       "name": "CoreGraphics",
87       "subspecs": [
88         {
89           "name": "CGContext",
90           "source_files": "TapAdditionsKit/CoreGraphics/CGContext+Additions.swift"
91         },
92         {
93           "name": "CGImage",
94           "dependencies": {
95             "TapAdditionsKit/CoreGraphics/CGContext": [
97             ]
98           },
99           "source_files": "TapAdditionsKit/CoreGraphics/CGImage+Additions.swift"
100         },
101         {
102           "name": "CGPoint",
103           "source_files": "TapAdditionsKit/CoreGraphics/CGPoint+Additions.swift"
104         },
105         {
106           "name": "CGRect",
107           "dependencies": {
108             "TapAdditionsKit/CoreGraphics/CGPoint": [
110             ],
111             "TapAdditionsKit/CoreGraphics/CGSize": [
113             ]
114           },
115           "source_files": "TapAdditionsKit/CoreGraphics/CGRect+Additions.swift"
116         },
117         {
118           "name": "CGSize",
119           "dependencies": {
120             "TapAdditionsKit/SwiftStandartLibrary/Numeric": [
122             ]
123           },
124           "source_files": "TapAdditionsKit/CoreGraphics/CGSize+Additions.swift"
125         }
126       ]
127     },
128     {
129       "name": "Foundation",
130       "subspecs": [
131         {
132           "name": "Bundle",
133           "source_files": "TapAdditionsKit/Foundation/Bundle+Additions.swift"
134         },
135         {
136           "name": "Calendar",
137           "source_files": "TapAdditionsKit/Foundation/Calendar+Additions.swift"
138         },
139         {
140           "name": "Data",
141           "dependencies": {
142             "TapAdditionsKit/SwiftStandartLibrary/String": [
144             ],
145             "TapAdditionsKit/UIKit/UIImage": [
147             ]
148           },
149           "source_files": "TapAdditionsKit/Foundation/Data+Additions.swift"
150         },
151         {
152           "name": "Date",
153           "source_files": "TapAdditionsKit/Foundation/Date+Additions.swift"
154         },
155         {
156           "name": "DateFormatter",
157           "source_files": "TapAdditionsKit/Foundation/DateFormatter+Additions.swift"
158         },
159         {
160           "name": "JSONSerialization",
161           "dependencies": {
162             "TapAdditionsKit/SwiftStandartLibrary/OptionSet": [
164             ],
165             "TapAdditionsKit/SwiftStandartLibrary/String": [
167             ],
168             "TapAdditionsKit/Tap/TypeAlias": [
170             ],
171             "TapSwiftFixes/Exceptions": [
172               ">= 1.0.9"
173             ]
174           },
175           "source_files": "TapAdditionsKit/Foundation/JSONSerialization+Additions.swift"
176         },
177         {
178           "name": "Locale",
179           "source_files": "TapAdditionsKit/Foundation/Locale+Additions.swift"
180         },
181         {
182           "name": "NSNumber",
183           "dependencies": {
184             "TapAdditionsKit/SwiftStandartLibrary/String": [
186             ],
187             "TapAdditionsKit/Foundation/Locale": [
189             ],
190             "TapAdditionsKit/UIKit/UIDevice": [
192             ]
193           },
194           "source_files": "TapAdditionsKit/Foundation/NSNumber+Additions.swift"
195         },
196         {
197           "name": "NumberFormatter",
198           "source_files": "TapAdditionsKit/Foundation/NumberFormatter+Additions.swift"
199         },
200         {
201           "name": "URL",
202           "source_files": "TapAdditionsKit/Foundation/URL+Additions.swift"
203         },
204         {
205           "name": "URLSession",
206           "dependencies": {
207             "TapAdditionsKit/Foundation/URLSessionDataTaskResult": [
209             ]
210           },
211           "source_files": "TapAdditionsKit/Foundation/URLSession+Additions.swift"
212         },
213         {
214           "name": "URLSessionDataTaskResult",
215           "source_files": "TapAdditionsKit/Foundation/URLSessionDataTaskResult.swift"
216         },
217         {
218           "name": "UserDefaults",
219           "source_files": "TapAdditionsKit/Foundation/UserDefaults+Additions.swift"
220         }
221       ]
222     },
223     {
224       "name": "ObjectiveC",
225       "subspecs": [
226         {
227           "name": "NSObject",
228           "source_files": "TapAdditionsKit/ObjectiveC/NSObject+Additions.swift"
229         }
230       ]
231     },
232     {
233       "name": "QuartzCore",
234       "subspecs": [
235         {
236           "name": "CAKeyframeAnimation",
237           "source_files": "TapAdditionsKit/QuartzCore/CAKeyframeAnimation+Additions.swift"
238         },
239         {
240           "name": "CALayer",
241           "source_files": "TapAdditionsKit/QuartzCore/CALayer+Additions.swift"
242         }
243       ]
244     },
245     {
246       "name": "SwiftStandartLibrary",
247       "subspecs": [
248         {
249           "name": "Array",
250           "dependencies": {
251             "TapAdditionsKit/SwiftStandartLibrary/Numeric": [
253             ]
254           },
255           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Array+Additions.swift"
256         },
257         {
258           "name": "BinaryInteger",
259           "source_files": "TapAdditionsKit/SwiftStandartLibrary/BinaryInteger+Additions.swift"
260         },
261         {
262           "name": "Bool",
263           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Bool+Additions.swift"
264         },
265         {
266           "name": "Comparable",
267           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Comparable+Additions.swift"
268         },
269         {
270           "name": "CountableClosedRange",
271           "source_files": "TapAdditionsKit/SwiftStandartLibrary/CountableClosedRange+Additions.swift"
272         },
273         {
274           "name": "CustomStringConvertible",
275           "dependencies": {
276             "TapAdditionsKit/SwiftStandartLibrary/String": [
278             ]
279           },
280           "source_files": "TapAdditionsKit/SwiftStandartLibrary/CustomStringConvertible+Additions.swift"
281         },
282         {
283           "name": "Decodable",
284           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Decodable+Additions.swift"
285         },
286         {
287           "name": "Dictionary",
288           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Dictionary+Additions.swift"
289         },
290         {
291           "name": "Encodable",
292           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Encodable+Additions.swift"
293         },
294         {
295           "name": "Float",
296           "dependencies": {
297             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
299             ]
300           },
301           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Float+Additions.swift"
302         },
303         {
304           "name": "Int",
305           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Int+Additions.swift"
306         },
307         {
308           "name": "KeyedDecodingContainer",
309           "source_files": "TapAdditionsKit/SwiftStandartLibrary/KeyedDecodingContainer+Additions.swift"
310         },
311         {
312           "name": "MemoryLayout",
313           "source_files": "TapAdditionsKit/SwiftStandartLibrary/MemoryLayout+Additions.swift"
314         },
315         {
316           "name": "Numeric",
317           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Numeric+Additions.swift"
318         },
319         {
320           "name": "OptionSet",
321           "source_files": "TapAdditionsKit/SwiftStandartLibrary/OptionSet+Additions.swift"
322         },
323         {
324           "name": "Sequence",
325           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Sequence+Additions.swift"
326         },
327         {
328           "name": "String",
329           "dependencies": {
330             "TapAdditionsKit/Foundation/Locale": [
332             ],
333             "TapAdditionsKit/Foundation/NumberFormatter": [
335             ],
336             "TapAdditionsKit/SwiftStandartLibrary/Int": [
338             ]
339           },
340           "source_files": "TapAdditionsKit/SwiftStandartLibrary/String+Additions.swift"
341         },
342         {
343           "name": "UInt8",
344           "source_files": "TapAdditionsKit/SwiftStandartLibrary/UInt8+Additions.swift"
345         }
346       ]
347     },
348     {
349       "name": "Tap",
350       "subspecs": [
351         {
352           "name": "ClassProtocol",
353           "source_files": "TapAdditionsKit/Tap/ClassProtocol.swift"
354         },
355         {
356           "name": "Line",
357           "dependencies": {
358             "TapAdditionsKit/CoreGraphics/CGPoint": [
360             ]
361           },
362           "source_files": "TapAdditionsKit/Tap/Line.swift"
363         },
364         {
365           "name": "Triangle",
366           "dependencies": {
367             "TapAdditionsKit/Tap/Line": [
369             ]
370           },
371           "source_files": "TapAdditionsKit/Tap/Triangle.swift"
372         },
373         {
374           "name": "TypeAlias",
375           "source_files": "TapAdditionsKit/Tap/TypeAlias.swift"
376         }
377       ]
378     },
379     {
380       "name": "UIKit",
381       "subspecs": [
382         {
383           "name": "NSLayoutConstraint",
384           "dependencies": {
385             "TapAdditionsKit/Tap/TypeAlias": [
387             ],
388             "TapAdditionsKit/UIKit/UIView": [
390             ]
391           },
392           "source_files": "TapAdditionsKit/UIKit/NSLayoutConstraint+Additions.swift"
393         },
394         {
395           "name": "UIBezierPath",
396           "dependencies": {
397             "TapAdditionsKit/CoreGraphics/CGPoint": [
399             ],
400             "TapAdditionsKit/SwiftStandartLibrary/Array": [
402             ],
403             "TapAdditionsKit/Tap/Line": [
405             ]
406           },
407           "source_files": "TapAdditionsKit/UIKit/UIBezierPath+Additions.swift"
408         },
409         {
410           "name": "UIButton",
411           "dependencies": {
412             "TapAdditionsKit/UIKit/UIImage": [
414             ]
415           },
416           "source_files": "TapAdditionsKit/UIKit/UIButton+Additions.swift"
417         },
418         {
419           "name": "UICollectionView",
420           "source_files": "TapAdditionsKit/UIKit/UICollectionView+Additions.swift"
421         },
422         {
423           "name": "UIColor",
424           "dependencies": {
425             "TapAdditionsKit/SwiftStandartLibrary/Array": [
427             ],
428             "TapAdditionsKit/SwiftStandartLibrary/Int": [
430             ],
431             "TapAdditionsKit/SwiftStandartLibrary/String": [
433             ]
434           },
435           "source_files": "TapAdditionsKit/UIKit/UIColor+Additions.swift"
436         },
437         {
438           "name": "UIDevice",
439           "source_files": "TapAdditionsKit/UIKit/UIDevice+Additions.swift"
440         },
441         {
442           "name": "UIEdgeInsets",
443           "source_files": "TapAdditionsKit/UIKit/UIEdgeInsets+Additions.swift"
444         },
445         {
446           "name": "UIGestureRecognizer",
447           "source_files": "TapAdditionsKit/UIKit/UIGestureRecognizer+Additions.swift"
448         },
449         {
450           "name": "UIImage",
451           "dependencies": {
452             "TapAdditionsKit/CoreGraphics/CGImage": [
454             ],
455             "TapAdditionsKit/CoreGraphics/CGSize": [
457             ],
458             "TapAdditionsKit/SwiftStandartLibrary/Array": [
460             ],
461             "TapAdditionsKit/SwiftStandartLibrary/Sequence": [
463             ],
464             "TapAdditionsKit/UIKit/UIColor": [
466             ]
467           },
468           "source_files": "TapAdditionsKit/UIKit/UIImage+Additions.swift"
469         },
470         {
471           "name": "UIImageView",
472           "dependencies": {
473             "TapAdditionsKit/UIKit/UIImage": [
475             ],
476             "TapAdditionsKit/UIKit/UIView": [
478             ]
479           },
480           "source_files": "TapAdditionsKit/UIKit/UIImageView+Additions.swift"
481         },
482         {
483           "name": "UILabel",
484           "dependencies": {
485             "TapAdditionsKit/Tap/TypeAlias": [
487             ]
488           },
489           "source_files": "TapAdditionsKit/UIKit/UILabel+Additions.swift"
490         },
491         {
492           "name": "UINavigationController",
493           "dependencies": {
494             "TapAdditionsKit/Tap/TypeAlias": [
496             ],
497             "TapSwiftFixes/Threading": [
498               ">= 1.0.9"
499             ]
500           },
501           "source_files": "TapAdditionsKit/UIKit/UINavigationController+Additions.swift"
502         },
503         {
504           "name": "UIResponder",
505           "dependencies": {
506             "TapAdditionsKit/Tap/TypeAlias": [
508             ],
509             "TapAdditionsKit/UIKit/UIView": [
511             ]
512           },
513           "source_files": "TapAdditionsKit/UIKit/UIResponder+Additions.swift"
514         },
515         {
516           "name": "UIScreen",
517           "source_files": "TapAdditionsKit/UIKit/UIScreen+Additions.swift"
518         },
519         {
520           "name": "UIScrollView",
521           "dependencies": {
522             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
524             ]
525           },
526           "source_files": "TapAdditionsKit/UIKit/UIScrollView+Additions.swift"
527         },
528         {
529           "name": "UITableView",
530           "dependencies": {
531             "TapAdditionsKit/UIKit/UIView": [
533             ],
534             "TapSwiftFixes/Exceptions": [
535               ">= 1.0.9"
536             ]
537           },
538           "source_files": "TapAdditionsKit/UIKit/UITableView+Additions.swift"
539         },
540         {
541           "name": "UIView",
542           "subspecs": [
543             {
544               "name": "UIView",
545               "dependencies": {
546                 "TapAdditionsKit/QuartzCore/CALayer": [
548                 ],
549                 "TapAdditionsKit/ObjectiveC/NSObject": [
551                 ],
552                 "TapAdditionsKit/SwiftStandartLibrary/String": [
554                 ],
555                 "TapAdditionsKit/Tap/TypeAlias": [
557                 ],
558                 "TapAdditionsKit/UIKit/UIImage": [
560                 ],
561                 "TapAdditionsKit/UIKit/UIScreen": [
563                 ]
564               },
565               "source_files": "TapAdditionsKit/UIKit/UIView/UIView+Additions.swift"
566             },
567             {
568               "name": "AnimationOptions",
569               "source_files": "TapAdditionsKit/UIKit/UIView/AnimationOptions+Additions.swift"
570             },
571             {
572               "name": "KeyframeAnimationOptions",
573               "source_files": "TapAdditionsKit/UIKit/UIView/KeyframeAnimationOptions+Additions.swift"
574             }
575           ]
576         },
577         {
578           "name": "UIViewController",
579           "dependencies": {
580             "TapAdditionsKit/ObjectiveC/NSObject": [
582             ],
583             "TapAdditionsKit/Tap/TypeAlias": [
585             ],
586             "TapAdditionsKit/UIKit/UIResponder": [
588             ],
589             "TapAdditionsKit/UIKit/UIView": [
591             ],
592             "TapAdditionsKit/UIKit/UIWindow": [
594             ],
595             "TapAdditionsKit/UIKit/UIWindow/Level": [
597             ]
598           },
599           "source_files": "TapAdditionsKit/UIKit/UIViewController+Additions.swift"
600         },
601         {
602           "name": "UIWebView",
603           "dependencies": {
604             "TapAdditionsKit/SwiftStandartLibrary/String": [
606             ]
607           },
608           "source_files": "TapAdditionsKit/UIKit/UIWebView+Additions.swift"
609         },
610         {
611           "name": "UIWindow",
612           "subspecs": [
613             {
614               "name": "UIWindow",
615               "dependencies": {
616                 "TapAdditionsKit/UIKit/UIWindow/Level": [
618                 ]
619               },
620               "source_files": "TapAdditionsKit/UIKit/UIWindow/UIWindow+Additions.swift"
621             },
622             {
623               "name": "Level",
624               "source_files": "TapAdditionsKit/UIKit/UIWindow/Level+Additions.swift"
625             }
626           ]
627         }
628       ]
629     }
630   ]