[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / f / a / d / CXDownload / 2.0.0 / CXDownload.podspec.json
bloba7d116f87f22ebd0d44132741c6e5a5a653f8e3e
2   "name": "CXDownload",
3   "version": "2.0.0",
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     "chenxing": "chenxing640@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/chenxing640/CXDownload.git",
16     "tag": "2.0.0"
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         "FMDB": [
44         ]
45       },
46       "requires_arc": true
47     },
48     {
49       "name": "Extension",
50       "source_files": "CXDownload/Classes/Extension/*.{swift}",
51       "dependencies": {
52         "CXDownload/Core": [
54         ]
55       },
56       "requires_arc": true
57     }
58   ],
59   "swift_version": "5.0"