[Delete] VersionConfirm 0.1.1
[CocoaPods.git] / Specs / 1 / d / c / YQDLAN / 0.0.1 / YQDLAN.podspec.json
blob24e3241d54df1b42aae0a8fad2fab60a4032a4b7
2   "name": "YQDLAN",
3   "version": "0.0.1",
4   "summary": "DLAN",
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     "liyunqi": "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.1"
17   },
18   "source_files": "DLNADemo/LXDLNA/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "CocoaAsyncSocket": [
22       "7.6.5"
23     ],
24     "GCDWebServer/Core": [
25       "~> 3.5.3"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "GDataXML",
31       "source_files": "DLNADemo/LXDLNA/GDataXML/*.{h,m}",
32       "requires_arc": false
33     }
34   ]