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