[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / 0 / TapAdditionsKit / 1.2 / TapAdditionsKit.podspec.json
blobfe91494729f1aa69ea161e7c79d9ca7c43f08a6a
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",
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"
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": "URLSession",
197           "dependencies": {
198             "TapAdditionsKit/Foundation/URLSessionDataTaskResult": [
200             ]
201           },
202           "source_files": "TapAdditionsKit/Foundation/URLSession+Additions.swift"
203         },
204         {
205           "name": "URLSessionDataTaskResult",
206           "source_files": "TapAdditionsKit/Foundation/URLSessionDataTaskResult.swift"
207         },
208         {
209           "name": "UserDefaults",
210           "source_files": "TapAdditionsKit/Foundation/UserDefaults+Additions.swift"
211         }
212       ]
213     },
214     {
215       "name": "ObjectiveC",
216       "subspecs": [
217         {
218           "name": "NSObject",
219           "source_files": "TapAdditionsKit/ObjectiveC/NSObject+Additions.swift"
220         }
221       ]
222     },
223     {
224       "name": "QuartzCore",
225       "subspecs": [
226         {
227           "name": "CAKeyframeAnimation",
228           "source_files": "TapAdditionsKit/QuartzCore/CAKeyframeAnimation+Additions.swift"
229         },
230         {
231           "name": "CALayer",
232           "source_files": "TapAdditionsKit/QuartzCore/CALayer+Additions.swift"
233         }
234       ]
235     },
236     {
237       "name": "SwiftStandartLibrary",
238       "subspecs": [
239         {
240           "name": "Array",
241           "dependencies": {
242             "TapAdditionsKit/SwiftStandartLibrary/Numeric": [
244             ]
245           },
246           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Array+Additions.swift"
247         },
248         {
249           "name": "BinaryInteger",
250           "source_files": "TapAdditionsKit/SwiftStandartLibrary/BinaryInteger+Additions.swift"
251         },
252         {
253           "name": "Bool",
254           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Bool+Additions.swift"
255         },
256         {
257           "name": "Comparable",
258           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Comparable+Additions.swift"
259         },
260         {
261           "name": "CountableClosedRange",
262           "source_files": "TapAdditionsKit/SwiftStandartLibrary/CountableClosedRange+Additions.swift"
263         },
264         {
265           "name": "CustomStringConvertible",
266           "dependencies": {
267             "TapAdditionsKit/SwiftStandartLibrary/String": [
269             ]
270           },
271           "source_files": "TapAdditionsKit/SwiftStandartLibrary/CustomStringConvertible+Additions.swift"
272         },
273         {
274           "name": "Decodable",
275           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Decodable+Additions.swift"
276         },
277         {
278           "name": "Dictionary",
279           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Dictionary+Additions.swift"
280         },
281         {
282           "name": "Encodable",
283           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Encodable+Additions.swift"
284         },
285         {
286           "name": "Float",
287           "dependencies": {
288             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
290             ]
291           },
292           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Float+Additions.swift"
293         },
294         {
295           "name": "Int",
296           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Int+Additions.swift"
297         },
298         {
299           "name": "KeyedDecodingContainer",
300           "source_files": "TapAdditionsKit/SwiftStandartLibrary/KeyedDecodingContainer+Additions.swift"
301         },
302         {
303           "name": "MemoryLayout",
304           "source_files": "TapAdditionsKit/SwiftStandartLibrary/MemoryLayout+Additions.swift"
305         },
306         {
307           "name": "Numeric",
308           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Numeric+Additions.swift"
309         },
310         {
311           "name": "OptionSet",
312           "source_files": "TapAdditionsKit/SwiftStandartLibrary/OptionSet+Additions.swift"
313         },
314         {
315           "name": "Sequence",
316           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Sequence+Additions.swift"
317         },
318         {
319           "name": "String",
320           "dependencies": {
321             "TapAdditionsKit/Foundation/Locale": [
323             ],
324             "TapAdditionsKit/Foundation/NumberFormatter": [
326             ],
327             "TapAdditionsKit/SwiftStandartLibrary/Int": [
329             ]
330           },
331           "source_files": "TapAdditionsKit/SwiftStandartLibrary/String+Additions.swift"
332         },
333         {
334           "name": "UInt8",
335           "source_files": "TapAdditionsKit/SwiftStandartLibrary/UInt8+Additions.swift"
336         }
337       ]
338     },
339     {
340       "name": "Tap",
341       "subspecs": [
342         {
343           "name": "ClassProtocol",
344           "source_files": "TapAdditionsKit/Tap/ClassProtocol.swift"
345         },
346         {
347           "name": "Line",
348           "dependencies": {
349             "TapAdditionsKit/CoreGraphics/CGPoint": [
351             ]
352           },
353           "source_files": "TapAdditionsKit/Tap/Line.swift"
354         },
355         {
356           "name": "Triangle",
357           "dependencies": {
358             "TapAdditionsKit/Tap/Line": [
360             ]
361           },
362           "source_files": "TapAdditionsKit/Tap/Triangle.swift"
363         },
364         {
365           "name": "TypeAlias",
366           "source_files": "TapAdditionsKit/Tap/TypeAlias.swift"
367         }
368       ]
369     },
370     {
371       "name": "UIKit",
372       "subspecs": [
373         {
374           "name": "NSLayoutConstraint",
375           "dependencies": {
376             "TapAdditionsKit/Tap/TypeAlias": [
378             ],
379             "TapAdditionsKit/UIKit/UIView": [
381             ]
382           },
383           "source_files": "TapAdditionsKit/UIKit/NSLayoutConstraint+Additions.swift"
384         },
385         {
386           "name": "UIBezierPath",
387           "dependencies": {
388             "TapAdditionsKit/CoreGraphics/CGPoint": [
390             ],
391             "TapAdditionsKit/SwiftStandartLibrary/Array": [
393             ],
394             "TapAdditionsKit/Tap/Line": [
396             ]
397           },
398           "source_files": "TapAdditionsKit/UIKit/UIBezierPath+Additions.swift"
399         },
400         {
401           "name": "UIButton",
402           "dependencies": {
403             "TapAdditionsKit/UIKit/UIImage": [
405             ]
406           },
407           "source_files": "TapAdditionsKit/UIKit/UIButton+Additions.swift"
408         },
409         {
410           "name": "UICollectionView",
411           "source_files": "TapAdditionsKit/UIKit/UICollectionView+Additions.swift"
412         },
413         {
414           "name": "UIColor",
415           "dependencies": {
416             "TapAdditionsKit/SwiftStandartLibrary/Array": [
418             ],
419             "TapAdditionsKit/SwiftStandartLibrary/Int": [
421             ],
422             "TapAdditionsKit/SwiftStandartLibrary/String": [
424             ]
425           },
426           "source_files": "TapAdditionsKit/UIKit/UIColor+Additions.swift"
427         },
428         {
429           "name": "UIDevice",
430           "source_files": "TapAdditionsKit/UIKit/UIDevice+Additions.swift"
431         },
432         {
433           "name": "UIEdgeInsets",
434           "source_files": "TapAdditionsKit/UIKit/UIEdgeInsets+Additions.swift"
435         },
436         {
437           "name": "UIGestureRecognizer",
438           "source_files": "TapAdditionsKit/UIKit/UIGestureRecognizer+Additions.swift"
439         },
440         {
441           "name": "UIImage",
442           "dependencies": {
443             "TapAdditionsKit/CoreGraphics/CGImage": [
445             ],
446             "TapAdditionsKit/CoreGraphics/CGSize": [
448             ],
449             "TapAdditionsKit/SwiftStandartLibrary/Array": [
451             ],
452             "TapAdditionsKit/SwiftStandartLibrary/Sequence": [
454             ],
455             "TapAdditionsKit/UIKit/UIColor": [
457             ]
458           },
459           "source_files": "TapAdditionsKit/UIKit/UIImage+Additions.swift"
460         },
461         {
462           "name": "UIImageView",
463           "dependencies": {
464             "TapAdditionsKit/UIKit/UIImage": [
466             ],
467             "TapAdditionsKit/UIKit/UIView": [
469             ]
470           },
471           "source_files": "TapAdditionsKit/UIKit/UIImageView+Additions.swift"
472         },
473         {
474           "name": "UILabel",
475           "dependencies": {
476             "TapAdditionsKit/Tap/TypeAlias": [
478             ]
479           },
480           "source_files": "TapAdditionsKit/UIKit/UILabel+Additions.swift"
481         },
482         {
483           "name": "UINavigationController",
484           "dependencies": {
485             "TapAdditionsKit/Tap/TypeAlias": [
487             ],
488             "TapSwiftFixes/Threading": [
489               ">= 1.0.5"
490             ]
491           },
492           "source_files": "TapAdditionsKit/UIKit/UINavigationController+Additions.swift"
493         },
494         {
495           "name": "UIResponder",
496           "dependencies": {
497             "TapAdditionsKit/Tap/TypeAlias": [
499             ],
500             "TapAdditionsKit/UIKit/UIView": [
502             ]
503           },
504           "source_files": "TapAdditionsKit/UIKit/UIResponder+Additions.swift"
505         },
506         {
507           "name": "UIScreen",
508           "source_files": "TapAdditionsKit/UIKit/UIScreen+Additions.swift"
509         },
510         {
511           "name": "UIScrollView",
512           "dependencies": {
513             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
515             ]
516           },
517           "source_files": "TapAdditionsKit/UIKit/UIScrollView+Additions.swift"
518         },
519         {
520           "name": "UITableView",
521           "dependencies": {
522             "TapAdditionsKit/UIKit/UIView": [
524             ],
525             "TapSwiftFixes/Exceptions": [
526               ">= 1.0.5"
527             ]
528           },
529           "source_files": "TapAdditionsKit/UIKit/UITableView+Additions.swift"
530         },
531         {
532           "name": "UIView",
533           "subspecs": [
534             {
535               "name": "UIView",
536               "dependencies": {
537                 "TapAdditionsKit/QuartzCore/CALayer": [
539                 ],
540                 "TapAdditionsKit/ObjectiveC/NSObject": [
542                 ],
543                 "TapAdditionsKit/SwiftStandartLibrary/String": [
545                 ],
546                 "TapAdditionsKit/Tap/TypeAlias": [
548                 ],
549                 "TapAdditionsKit/UIKit/UIImage": [
551                 ],
552                 "TapAdditionsKit/UIKit/UIScreen": [
554                 ]
555               },
556               "source_files": "TapAdditionsKit/UIKit/UIView/UIView+Additions.swift"
557             },
558             {
559               "name": "AnimationOptions",
560               "source_files": "TapAdditionsKit/UIKit/UIView/AnimationOptions+Additions.swift"
561             },
562             {
563               "name": "KeyframeAnimationOptions",
564               "source_files": "TapAdditionsKit/UIKit/UIView/KeyframeAnimationOptions+Additions.swift"
565             }
566           ]
567         },
568         {
569           "name": "UIViewController",
570           "dependencies": {
571             "TapAdditionsKit/ObjectiveC/NSObject": [
573             ],
574             "TapAdditionsKit/Tap/TypeAlias": [
576             ],
577             "TapAdditionsKit/UIKit/UIResponder": [
579             ],
580             "TapAdditionsKit/UIKit/UIView": [
582             ],
583             "TapAdditionsKit/UIKit/UIWindow": [
585             ],
586             "TapAdditionsKit/UIKit/UIWindow/Level": [
588             ]
589           },
590           "source_files": "TapAdditionsKit/UIKit/UIViewController+Additions.swift"
591         },
592         {
593           "name": "UIWebView",
594           "dependencies": {
595             "TapAdditionsKit/SwiftStandartLibrary/String": [
597             ]
598           },
599           "source_files": "TapAdditionsKit/UIKit/UIWebView+Additions.swift"
600         },
601         {
602           "name": "UIWindow",
603           "subspecs": [
604             {
605               "name": "UIWindow",
606               "dependencies": {
607                 "TapAdditionsKit/UIKit/UIWindow/Level": [
609                 ]
610               },
611               "source_files": "TapAdditionsKit/UIKit/UIWindow/UIWindow+Additions.swift"
612             },
613             {
614               "name": "Level",
615               "source_files": "TapAdditionsKit/UIKit/UIWindow/Level+Additions.swift"
616             }
617           ]
618         }
619       ]
620     }
621   ]