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