[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / f / 6 / b / BYDLNA / 0.1.4 / BYDLNA.podspec.json
blob67d9f2b7515d1a2acdae582e6fe4cb40f88ce483
2   "name": "BYDLNA",
3   "version": "0.1.4",
4   "summary": "A short description of BYDLNA.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/chang_1_0",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangzhengqiang": "zhangzhengqiang@greatyun.com"
13   },
14   "source": {
15     "git": "https://gitee.com/chang_1_0/bydlna.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "BYDLNA/Classes/**/*",
22   "libraries": [
23     "icucore",
24     "c++",
25     "z",
26     "xml2"
27   ],
28   "dependencies": {
29     "CocoaAsyncSocket": [
31     ]
32   },
33   "xcconfig": {
34     "ENABLE_BITCODE": "NO",
35     "HEADER_SEARCH_PATHS": "${SDKROOT}/usr/include/libxml2",
36     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
37   },
38   "subspecs": [
39     {
40       "name": "MRC",
41       "source_files": "BYDLNA/Classes/MRC/**/*",
42       "requires_arc": false
43     }
44   ]