[Add] MagicFIDO_iOS_SDK 0.1.0
[CocoaPods.git] / Specs / f / a / d / CXDownload / 2.1.0 / CXDownload.podspec.json
blob48138183055517863c05a2acdcfd68570718d777
2   "name": "CXDownload",
3   "version": "2.1.0",
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/itenfay/CXDownload",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tenfay": "itenfay@163.com"
13   },
14   "source": {
15     "git": "https://github.com/itenfay/CXDownload.git",
16     "tag": "2.1.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "tvos": "16.0",
23     "watchos": "7.0"
24   },
25   "default_subspecs": [
26     "Core",
27     "Extension"
28   ],
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "Base",
33       "source_files": "CXDownload/Classes/Base/*.{swift}",
34       "requires_arc": true
35     },
36     {
37       "name": "Core",
38       "source_files": "CXDownload/Classes/Core/*.{swift}",
39       "dependencies": {
40         "CXDownload/Base": [
42         ],
43         "FMDB": [
45         ]
46       }
47     },
48     {
49       "name": "Extension",
50       "source_files": "CXDownload/Classes/Extension/*.{swift}",
51       "dependencies": {
52         "CXDownload/Core": [
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.0"