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