[Add] OWFreddy 1.0.0
[CocoaPods.git] / Specs / 1 / d / c / YQDLAN / 0.0.5 / YQDLAN.podspec.json
blob99edbfc88e689dfdad3c37b0cbac29aec59eff6b
2   "name": "YQDLAN",
3   "version": "0.0.5",
4   "summary": "YQDLAN",
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/yqdlan",
7   "license": "MIT",
8   "authors": {
9     "lyq": "623056834@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://gitee.com/liyunqi825/yqdlan.git",
16     "tag": "0.0.5"
17   },
18   "source_files": "LXDLNA/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "CocoaAsyncSocket": [
22       "7.6.5"
23     ],
24     "GCDWebServer/Core": [
25       "3.5.4"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "GDataXML",
31       "source_files": "LXDLNA/GDataXML/*.{h,m}",
32       "requires_arc": false
33     }
34   ]