[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 0 / 1 / YMFlow / 0.1.5 / YMFlow.podspec.json
blobcefa519111852dcf10817408d5b784af24486503
2   "name": "YMFlow",
3   "version": "0.1.5",
4   "summary": "基于Mars封装的Socket库。",
5   "description": "基于Mars封装的Socket库。",
6   "homepage": "https://github.com/yimifudaoTech/YMFlow.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kfb": "kfb@yimifudao.com"
13   },
14   "source": {
15     "git": "https://github.com/yimifudaoTech/YMFlow.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "static_framework": true,
22   "ios": {
23     "frameworks": "SystemConfiguration",
24     "libraries": [
25       "z",
26       "resolv.9",
27       "c++"
28     ]
29   },
30   "public_header_files": [
31     "YMFlow/YMFlow.framework/Headers/*.h",
32     "SystemConfiguration",
33     "CoreTelephony",
34     "Foundation"
35   ],
36   "vendored_frameworks": "YMFlow/Framework/*.framework",
37   "pod_target_xcconfig": {
38     "ENABLE_BITCODE": "NO"
39   },
40   "user_target_xcconfig": {
41     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
42   }