[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / a / d / CXDownload / 1.0.3 / CXDownload.podspec.json
blobf8b6d3337f17a5d88941ef5f646b0e889adfb15c
2   "name": "CXDownload",
3   "version": "1.0.3",
4   "summary": "Implements Swift breakpoint continuation download for iOS.",
5   "description": "Implements Swift breakpoint continuation download for iOS.",
6   "homepage": "https://github.com/chenxing640/CXDownload",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenxing": "chenxing640@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/chenxing640/CXDownload.git",
16     "tag": "1.0.3"
17   },
18   "swift_versions": [
19     "4.2",
20     "5.0"
21   ],
22   "platforms": {
23     "ios": "10.0",
24     "osx": "11.0",
25     "tvos": "10.0",
26     "watchos": "5.0"
27   },
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "Base",
32       "source_files": "CXDownload/Classes/Base/*.{swift}",
33       "requires_arc": true
34     },
35     {
36       "name": "Core",
37       "source_files": "CXDownload/Classes/Core/*.{swift}",
38       "dependencies": {
39         "CXDownload/Base": [
41         ]
42       },
43       "requires_arc": true
44     },
45     {
46       "name": "Extension",
47       "source_files": "CXDownload/Classes/Extension/*.{swift}",
48       "dependencies": {
49         "CXDownload/Core": [
51         ]
52       },
53       "requires_arc": true
54     }
55   ],
56   "swift_version": "5.0"