[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 3 / a / KYDLNA / 0.1.0 / KYDLNA.podspec.json
blob6929b2464a025179268bea7b7dd32611bfc2e7b5
2   "name": "KYDLNA",
3   "version": "0.1.0",
4   "summary": "A short description of KYDLNA.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/messy007/kydlna",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yxf0103": "yxfeng0103@hotmail.com"
13   },
14   "source": {
15     "git": "https://gitee.com/messy007/kydlna.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "exclude_files": "KYDLNA/Classes/LXDLNA/GDataXML/*.{h,m}",
22   "subspecs": [
23     {
24       "name": "no-arc",
25       "source_files": "KYDLNA/Classes/LXDLNA/GDataXML/*.{h,m}",
26       "requires_arc": false
27     },
28     {
29       "name": "Core",
30       "source_files": "KYDLNA/Classes/**/*",
31       "libraries": [
32         "resolv",
33         "xml2"
34       ],
35       "dependencies": {
36         "GCDWebServer/WebDAV": [
38         ],
39         "CocoaAsyncSocket": [
41         ],
42         "KYDLNA/no-arc": [
44         ]
45       }
46     },
47     {
48       "name": "Transfer",
49       "source_files": "KYDLNA/Transfer/**/*",
50       "dependencies": {
51         "KYDLNA/Core": [
53         ],
54         "KTVHTTPCache": [
56         ]
57       }
58     }
59   ]