[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / a / d / CXDownload / 2.0.2 / CXDownload.podspec.json
blob2c3e7e21e5348f363bea1b21849374ef44520423
2   "name": "CXDownload",
3   "version": "2.0.2",
4   "summary": "Realization of breakpoint transmission download with Swift, support Objective-C.",
5   "description": "TODU: 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.2"
17   },
18   "swift_versions": [
19     "4.2",
20     "5.0"
21   ],
22   "platforms": {
23     "ios": "11.0",
24     "osx": "10.13",
25     "tvos": "16.0",
26     "watchos": "7.0"
27   },
28   "default_subspecs": [
29     "Core",
30     "Extension"
31   ],
32   "requires_arc": true,
33   "subspecs": [
34     {
35       "name": "Base",
36       "source_files": "CXDownload/Classes/Base/*.{swift}",
37       "requires_arc": true
38     },
39     {
40       "name": "Core",
41       "source_files": "CXDownload/Classes/Core/*.{swift}",
42       "dependencies": {
43         "CXDownload/Base": [
45         ],
46         "FMDB": [
48         ]
49       }
50     },
51     {
52       "name": "Extension",
53       "source_files": "CXDownload/Classes/Extension/*.{swift}",
54       "dependencies": {
55         "CXDownload/Core": [
57         ]
58       }
59     }
60   ],
61   "swift_version": "5.0"