[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / 6 / 0 / TapAdditionsKit / 1.0.11 / TapAdditionsKit.podspec.json
blob8dddd44857914e3a3e57c44ebefd33960932f3c1
2   "name": "TapAdditionsKit",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "swift_version": "4.1",
7   "pod_target_xcconfig": {
8     "SWIFT_VERSION": "4.1"
9   },
10   "summary": "Useful additions for native iOS frameworks",
11   "requires_arc": true,
12   "version": "1.0.11",
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.0.11"
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": [
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": "URLSession",
200           "dependencies": {
201             "TapAdditionsKit/Foundation/URLSessionDataTaskResult": [
203             ]
204           },
205           "source_files": "TapAdditionsKit/Foundation/URLSession+Additions.swift"
206         },
207         {
208           "name": "URLSessionDataTaskResult",
209           "source_files": "TapAdditionsKit/Foundation/URLSessionDataTaskResult.swift"
210         },
211         {
212           "name": "UserDefaults",
213           "source_files": "TapAdditionsKit/Foundation/UserDefaults+Additions.swift"
214         }
215       ]
216     },
217     {
218       "name": "ObjectiveC",
219       "subspecs": [
220         {
221           "name": "NSObject",
222           "source_files": "TapAdditionsKit/ObjectiveC/NSObject+Additions.swift"
223         }
224       ]
225     },
226     {
227       "name": "QuartzCore",
228       "subspecs": [
229         {
230           "name": "CAKeyframeAnimation",
231           "source_files": "TapAdditionsKit/QuartzCore/CAKeyframeAnimation+Additions.swift"
232         },
233         {
234           "name": "CALayer",
235           "source_files": "TapAdditionsKit/QuartzCore/CALayer+Additions.swift"
236         }
237       ]
238     },
239     {
240       "name": "SwiftStandartLibrary",
241       "subspecs": [
242         {
243           "name": "Array",
244           "dependencies": {
245             "TapAdditionsKit/SwiftStandartLibrary/Numeric": [
247             ]
248           },
249           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Array+Additions.swift"
250         },
251         {
252           "name": "BinaryInteger",
253           "source_files": "TapAdditionsKit/SwiftStandartLibrary/BinaryInteger+Additions.swift"
254         },
255         {
256           "name": "Bool",
257           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Bool+Additions.swift"
258         },
259         {
260           "name": "Comparable",
261           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Comparable+Additions.swift"
262         },
263         {
264           "name": "CountableClosedRange",
265           "source_files": "TapAdditionsKit/SwiftStandartLibrary/CountableClosedRange+Additions.swift"
266         },
267         {
268           "name": "CustomStringConvertible",
269           "dependencies": {
270             "TapAdditionsKit/SwiftStandartLibrary/String": [
272             ]
273           },
274           "source_files": "TapAdditionsKit/SwiftStandartLibrary/CustomStringConvertible+Additions.swift"
275         },
276         {
277           "name": "Decodable",
278           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Decodable+Additions.swift"
279         },
280         {
281           "name": "Dictionary",
282           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Dictionary+Additions.swift"
283         },
284         {
285           "name": "Encodable",
286           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Encodable+Additions.swift"
287         },
288         {
289           "name": "Float",
290           "dependencies": {
291             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
293             ]
294           },
295           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Float+Additions.swift"
296         },
297         {
298           "name": "Int",
299           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Int+Additions.swift"
300         },
301         {
302           "name": "KeyedDecodingContainer",
303           "source_files": "TapAdditionsKit/SwiftStandartLibrary/KeyedDecodingContainer+Additions.swift"
304         },
305         {
306           "name": "MemoryLayout",
307           "source_files": "TapAdditionsKit/SwiftStandartLibrary/MemoryLayout+Additions.swift"
308         },
309         {
310           "name": "Numeric",
311           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Numeric+Additions.swift"
312         },
313         {
314           "name": "OptionSet",
315           "source_files": "TapAdditionsKit/SwiftStandartLibrary/OptionSet+Additions.swift"
316         },
317         {
318           "name": "Sequence",
319           "source_files": "TapAdditionsKit/SwiftStandartLibrary/Sequence+Additions.swift"
320         },
321         {
322           "name": "String",
323           "dependencies": {
324             "TapAdditionsKit/Foundation/Locale": [
326             ],
327             "TapAdditionsKit/Foundation/NumberFormatter": [
329             ],
330             "TapAdditionsKit/SwiftStandartLibrary/Int": [
332             ]
333           },
334           "source_files": "TapAdditionsKit/SwiftStandartLibrary/String+Additions.swift"
335         },
336         {
337           "name": "UInt8",
338           "source_files": "TapAdditionsKit/SwiftStandartLibrary/UInt8+Additions.swift"
339         }
340       ]
341     },
342     {
343       "name": "Tap",
344       "subspecs": [
345         {
346           "name": "ClassProtocol",
347           "source_files": "TapAdditionsKit/Tap/ClassProtocol.swift"
348         },
349         {
350           "name": "Line",
351           "dependencies": {
352             "TapAdditionsKit/CoreGraphics/CGPoint": [
354             ]
355           },
356           "source_files": "TapAdditionsKit/Tap/Line.swift"
357         },
358         {
359           "name": "Triangle",
360           "dependencies": {
361             "TapAdditionsKit/Tap/Line": [
363             ]
364           },
365           "source_files": "TapAdditionsKit/Tap/Triangle.swift"
366         },
367         {
368           "name": "TypeAlias",
369           "source_files": "TapAdditionsKit/Tap/TypeAlias.swift"
370         }
371       ]
372     },
373     {
374       "name": "UIKit",
375       "subspecs": [
376         {
377           "name": "NSLayoutConstraint",
378           "dependencies": {
379             "TapAdditionsKit/Tap/TypeAlias": [
381             ],
382             "TapAdditionsKit/UIKit/UIView": [
384             ]
385           },
386           "source_files": "TapAdditionsKit/UIKit/NSLayoutConstraint+Additions.swift"
387         },
388         {
389           "name": "UIBezierPath",
390           "dependencies": {
391             "TapAdditionsKit/CoreGraphics/CGPoint": [
393             ],
394             "TapAdditionsKit/SwiftStandartLibrary/Array": [
396             ],
397             "TapAdditionsKit/Tap/Line": [
399             ]
400           },
401           "source_files": "TapAdditionsKit/UIKit/UIBezierPath+Additions.swift"
402         },
403         {
404           "name": "UIButton",
405           "dependencies": {
406             "TapAdditionsKit/UIKit/UIImage": [
408             ]
409           },
410           "source_files": "TapAdditionsKit/UIKit/UIButton+Additions.swift"
411         },
412         {
413           "name": "UICollectionView",
414           "source_files": "TapAdditionsKit/UIKit/UICollectionView+Additions.swift"
415         },
416         {
417           "name": "UIColor",
418           "dependencies": {
419             "TapAdditionsKit/SwiftStandartLibrary/Array": [
421             ],
422             "TapAdditionsKit/SwiftStandartLibrary/Int": [
424             ],
425             "TapAdditionsKit/SwiftStandartLibrary/String": [
427             ]
428           },
429           "source_files": "TapAdditionsKit/UIKit/UIColor+Additions.swift"
430         },
431         {
432           "name": "UIDevice",
433           "source_files": "TapAdditionsKit/UIKit/UIDevice+Additions.swift"
434         },
435         {
436           "name": "UIEdgeInsets",
437           "source_files": "TapAdditionsKit/UIKit/UIEdgeInsets+Additions.swift"
438         },
439         {
440           "name": "UIGestureRecognizer",
441           "source_files": "TapAdditionsKit/UIKit/UIGestureRecognizer+Additions.swift"
442         },
443         {
444           "name": "UIImage",
445           "dependencies": {
446             "TapAdditionsKit/CoreGraphics/CGImage": [
448             ],
449             "TapAdditionsKit/CoreGraphics/CGSize": [
451             ],
452             "TapAdditionsKit/SwiftStandartLibrary/Array": [
454             ],
455             "TapAdditionsKit/SwiftStandartLibrary/Sequence": [
457             ],
458             "TapAdditionsKit/UIKit/UIColor": [
460             ]
461           },
462           "source_files": "TapAdditionsKit/UIKit/UIImage+Additions.swift"
463         },
464         {
465           "name": "UIImageView",
466           "dependencies": {
467             "TapAdditionsKit/UIKit/UIImage": [
469             ],
470             "TapAdditionsKit/UIKit/UIView": [
472             ]
473           },
474           "source_files": "TapAdditionsKit/UIKit/UIImageView+Additions.swift"
475         },
476         {
477           "name": "UILabel",
478           "dependencies": {
479             "TapAdditionsKit/Tap/TypeAlias": [
481             ]
482           },
483           "source_files": "TapAdditionsKit/UIKit/UILabel+Additions.swift"
484         },
485         {
486           "name": "UINavigationController",
487           "dependencies": {
488             "TapAdditionsKit/Tap/TypeAlias": [
490             ],
491             "TapSwiftFixes/Threading": [
493             ]
494           },
495           "source_files": "TapAdditionsKit/UIKit/UINavigationController+Additions.swift"
496         },
497         {
498           "name": "UIResponder",
499           "dependencies": {
500             "TapAdditionsKit/Tap/TypeAlias": [
502             ],
503             "TapAdditionsKit/UIKit/UIView": [
505             ]
506           },
507           "source_files": "TapAdditionsKit/UIKit/UIResponder+Additions.swift"
508         },
509         {
510           "name": "UIScreen",
511           "source_files": "TapAdditionsKit/UIKit/UIScreen+Additions.swift"
512         },
513         {
514           "name": "UIScrollView",
515           "dependencies": {
516             "TapAdditionsKit/SwiftStandartLibrary/Comparable": [
518             ]
519           },
520           "source_files": "TapAdditionsKit/UIKit/UIScrollView+Additions.swift"
521         },
522         {
523           "name": "UITableView",
524           "dependencies": {
525             "TapAdditionsKit/UIKit/UIView": [
527             ],
528             "TapSwiftFixes/Exceptions": [
530             ]
531           },
532           "source_files": "TapAdditionsKit/UIKit/UITableView+Additions.swift"
533         },
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+Additions.swift"
557         },
558         {
559           "name": "UIViewAnimationOptions",
560           "source_files": "TapAdditionsKit/UIKit/UIViewAnimationOptions+Additions.swift"
561         },
562         {
563           "name": "UIViewController",
564           "dependencies": {
565             "TapAdditionsKit/ObjectiveC/NSObject": [
567             ],
568             "TapAdditionsKit/Tap/TypeAlias": [
570             ],
571             "TapAdditionsKit/UIKit/UIResponder": [
573             ],
574             "TapAdditionsKit/UIKit/UIView": [
576             ],
577             "TapAdditionsKit/UIKit/UIWindow": [
579             ],
580             "TapAdditionsKit/UIKit/UIWindowLevel": [
582             ]
583           },
584           "source_files": "TapAdditionsKit/UIKit/UIViewController+Additions.swift"
585         },
586         {
587           "name": "UIViewKeyframeAnimationOptions",
588           "source_files": "TapAdditionsKit/UIKit/UIViewKeyframeAnimationOptions+Additions.swift"
589         },
590         {
591           "name": "UIWebView",
592           "dependencies": {
593             "TapAdditionsKit/SwiftStandartLibrary/String": [
595             ]
596           },
597           "source_files": "TapAdditionsKit/UIKit/UIWebView+Additions.swift"
598         },
599         {
600           "name": "UIWindow",
601           "dependencies": {
602             "TapAdditionsKit/UIKit/UIWindowLevel": [
604             ]
605           },
606           "source_files": "TapAdditionsKit/UIKit/UIWindow+Additions.swift"
607         },
608         {
609           "name": "UIWindowLevel",
610           "source_files": "TapAdditionsKit/UIKit/UIWindowLevel+Additions.swift"
611         }
612       ]
613     }
614   ]