[Add] ZoomVideoSDK 2.1.0
[CocoaPods.git] / Specs / 1 / 2 / e / TapSwiftFixes / 1.0.1 / TapSwiftFixes.podspec.json
blob21819f51c9ac88aadbe1feb4e46c156395a93fef
2   "name": "TapSwiftFixes",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "pod_target_xcconfig": {
7     "SWIFT_VERSION": "4.1"
8   },
9   "summary": "Useful additions that are missing in Swift.",
10   "requires_arc": true,
11   "version": "1.0.1",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Tap Payments": "hello@tap.company"
18   },
19   "homepage": "https://github.com/Tap-Payments/TapSwiftFixes",
20   "source": {
21     "git": "https://github.com/Tap-Payments/TapSwiftFixes.git",
22     "tag": "1.0.1"
23   },
24   "default_subspecs": [
25     "Appearance",
26     "CoreGraphics",
27     "Exceptions",
28     "Threading"
29   ],
30   "subspecs": [
31     {
32       "name": "Appearance",
33       "source_files": "TapSwiftFixes/Source/AppearanceFixes/*.{h,m}"
34     },
35     {
36       "name": "CoreGraphics",
37       "source_files": "TapSwiftFixes/Source/CoreGraphicsFixes/*.{h,m}"
38     },
39     {
40       "name": "Exceptions",
41       "source_files": "TapSwiftFixes/Source/ExceptionCatcher/*.{h,m}"
42     },
43     {
44       "name": "Threading",
45       "source_files": "TapSwiftFixes/Source/ThreadingFixes/*.{swift}"
46     }
47   ]