[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / 7 / d / c / TapSwiftFixesV2 / 1.0.3 / TapSwiftFixesV2.podspec.json
blob9cfb66197eee75b45c9940b54c2a82c7e1fed235
2   "name": "TapSwiftFixesV2",
3   "platforms": {
4     "ios": "11.0",
5     "osx": "10.13"
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.3",
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/TapSwiftFixesV2",
23   "source": {
24     "git": "https://github.com/Tap-Payments/TapSwiftFixesV2.git",
25     "tag": "1.0.3"
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": "11.0",
41         "osx": "10.13"
42       },
43       "source_files": "Common/Source/CoreGraphicsFixes/*.{h,m}"
44     },
45     {
46       "name": "Exceptions",
47       "platforms": {
48         "ios": "11.0",
49         "osx": "10.13"
50       },
51       "source_files": "Common/Source/ExceptionCatcher/*.{h,m}"
52     },
53     {
54       "name": "Threading",
55       "platforms": {
56         "ios": "11.0",
57         "osx": "10.13"
58       },
59       "source_files": "Common/Source/ThreadingFixes/*.{swift}"
60     }
61   ],
62   "swift_version": "5.0"