[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 1 / 2 / e / TapSwiftFixes / 1.0.5 / TapSwiftFixes.podspec.json
blobb7912a0462bb17e4162bf0f53f1eb48d82a9ba1d
2   "name": "TapSwiftFixes",
3   "platforms": {
4     "ios": "8.0"
5   },
6   "swift_version": "4.2",
7   "summary": "Useful additions that are missing in Swift.",
8   "requires_arc": true,
9   "version": "1.0.5",
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/TapSwiftFixes",
18   "source": {
19     "git": "https://github.com/Tap-Payments/TapSwiftFixes.git",
20     "tag": "1.0.5"
21   },
22   "default_subspecs": [
23     "Appearance",
24     "CoreGraphics",
25     "Exceptions",
26     "Threading"
27   ],
28   "subspecs": [
29     {
30       "name": "Appearance",
31       "source_files": "TapSwiftFixes/Source/AppearanceFixes/*.{h,m}"
32     },
33     {
34       "name": "CoreGraphics",
35       "source_files": "TapSwiftFixes/Source/CoreGraphicsFixes/*.{h,m}"
36     },
37     {
38       "name": "Exceptions",
39       "source_files": "TapSwiftFixes/Source/ExceptionCatcher/*.{h,m}"
40     },
41     {
42       "name": "Threading",
43       "source_files": "TapSwiftFixes/Source/ThreadingFixes/*.{swift}"
44     }
45   ]