[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / a / 6 / YQM3Downloader / 0.0.2 / YQM3Downloader.podspec.json
blob80c1bc1d3dbfc7d2229718f51e6b3ee3aada4f14
2   "name": "YQM3Downloader",
3   "version": "0.0.2",
4   "summary": "m3 downloader",
5   "description": "Implement m3u8 local caching and playback using operation. Can control the number of media concurrency, a single media file download concurrency; Support task suspend restore, support task cancel.",
6   "homepage": "https://gitee.com/liyunqi825/yqm3-downloader",
7   "license": "MIT",
8   "authors": {
9     "liyunqi": "623056834@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://gitee.com/liyunqi825/yqm3-downloader.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "YQM3Downloader/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "SJDownloadDataTask": [
23     ],
24     "SJMediaCacheServer/KTVCocoaHTTPServer": [
26     ],
27     "SJUIKit/SQLite3": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "YQM3Downloader/Core/*.{h,m}"
35     }
36   ]