[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / e / TapSwiftFixes / 1.0.3 / TapSwiftFixes.podspec.json
blob7e6bc1e53863dcde6445e1feef7a94437c4887b5
2   "name": "TapSwiftFixes",
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 that are missing in Swift.",
11   "requires_arc": true,
12   "version": "1.0.3",
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/TapSwiftFixes",
21   "source": {
22     "git": "https://github.com/Tap-Payments/TapSwiftFixes.git",
23     "tag": "1.0.3"
24   },
25   "default_subspecs": [
26     "Appearance",
27     "CoreGraphics",
28     "Exceptions",
29     "Threading"
30   ],
31   "subspecs": [
32     {
33       "name": "Appearance",
34       "source_files": "TapSwiftFixes/Source/AppearanceFixes/*.{h,m}"
35     },
36     {
37       "name": "CoreGraphics",
38       "source_files": "TapSwiftFixes/Source/CoreGraphicsFixes/*.{h,m}"
39     },
40     {
41       "name": "Exceptions",
42       "source_files": "TapSwiftFixes/Source/ExceptionCatcher/*.{h,m}"
43     },
44     {
45       "name": "Threading",
46       "source_files": "TapSwiftFixes/Source/ThreadingFixes/*.{swift}"
47     }
48   ]