[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 1 / 8 / MRDLNA / 0.1.1 / MRDLNA.podspec.json
blob80bb3a9932f95fc69591b3793b17e15c290d60c4
2   "name": "MRDLNA",
3   "version": "0.1.1",
4   "summary": "DLNA投屏",
5   "description": "DLNA投屏,支持各大主流盒子互联网电视.",
6   "homepage": "https://github.com/MQL9011/MRDLNA",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MQL9011": "301063915@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/MQL9011/MRDLNA.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "http://cocomccree.cn/",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "MRDLNA/Classes/ARC/**/*",
23   "libraries": [
24     "icucore",
25     "c++",
26     "z",
27     "xml2"
28   ],
29   "dependencies": {
30     "CocoaAsyncSocket": [
32     ]
33   },
34   "xcconfig": {
35     "ENABLE_BITCODE": "NO",
36     "HEADER_SEARCH_PATHS": "${SDKROOT}/usr/include/libxml2",
37     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
38   },
39   "subspecs": [
40     {
41       "name": "MRC",
42       "source_files": "MRDLNA/Classes/MRC/**/*",
43       "requires_arc": false
44     }
45   ]