[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / a / d / CXDownload / 2.0.1 / CXDownload.podspec.json
blobe349e32c15b7c83323b5944502822d08367ebc67
2   "name": "CXDownload",
3   "version": "2.0.1",
4   "summary": "Realization of breakpoint transmission download with Swift, support Objective-C.",
5   "description": "Realization of breakpoint transmission download with Swift, support Objective-C. Including large file download, background download, killing the process, continuing to download when restarting, setting the number of concurrent downloads, monitoring network changes and so on.",
6   "homepage": "https://github.com/chenxing640/CXDownload",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Teng Fei": "hansen981@126.com"
13   },
14   "source": {
15     "git": "https://github.com/chenxing640/CXDownload.git",
16     "tag": "2.0.1"
17   },
18   "swift_versions": [
19     "4.2",
20     "5.0"
21   ],
22   "platforms": {
23     "ios": "11.0",
24     "osx": "11.0",
25     "watchos": "7.0"
26   },
27   "default_subspecs": [
28     "Core",
29     "Extension"
30   ],
31   "requires_arc": true,
32   "subspecs": [
33     {
34       "name": "Base",
35       "source_files": "CXDownload/Classes/Base/*.{swift}",
36       "requires_arc": true
37     },
38     {
39       "name": "Core",
40       "source_files": "CXDownload/Classes/Core/*.{swift}",
41       "dependencies": {
42         "CXDownload/Base": [
44         ],
45         "FMDB": [
47         ]
48       }
49     },
50     {
51       "name": "Extension",
52       "source_files": "CXDownload/Classes/Extension/*.{swift}",
53       "dependencies": {
54         "CXDownload/Core": [
56         ]
57       }
58     }
59   ],
60   "swift_version": "5.0"