[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / e / f / common / 0.0.2 / common.podspec.json
blob400f77563806ea0f41ba3d6dd1479418c4b898b0
2   "name": "common",
3   "version": "0.0.2",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": "MIT",
8   "summary": "Commom库工程,主要包含一些公共的代码.",
9   "homepage": "https://github.com/AFNetworking/AFNetworking",
10   "authors": {
11     "Zain": "3083336407@qq.com"
12   },
13   "source": {
14     "git": "http://gitlab.dev.fenqile.com:9880/public_iOS/common.git",
15     "tag": "0.0.2"
16   },
17   "description": "Commom库工程,主要包含一些公共的代码.Commom库工程,主要包含一些公共的代码.",
18   "frameworks": "Security",
19   "pod_target_xcconfig": {
20     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
21     "CLANG_CXX_LIBRARY": "libc++"
22   },
23   "libraries": [
24     "c++",
25     "stdc++",
26     "z"
27   ],
28   "source_files": [
29     "Common/*.{h,m}",
30     "Common/Encrypt/*.{h,m}",
31     "Common/CocoaLumberjack/*.{h,m}",
32     "Common/CocoaLumberjack/Extensions/*.{h,m}",
33     "Common/Language/*.{h,m}",
34     "Common/Log/*.{h,m}",
35     "Common/Utils/*.{h,m,mm}",
36     "Common/Categories/*.{h,m,mm}"
37   ],
38   "requires_arc": true,
39   "dependencies": {
40     "FQLSDWebImage": [
42     ],
43     "FQLSVProgressHUD": [
45     ],
46     "AFNetworking": [
48     ]
49   }