[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / f / common / 0.0.3 / common.podspec.json
blob048d77cda477c1337b16aa26298bc4d495cc8097
2   "name": "common",
3   "version": "0.0.3",
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.3"
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   "source_files": [
24     "Common/*.{h,m}",
25     "Common/Encrypt/*.{h,m}",
26     "Common/CocoaLumberjack/*.{h,m}",
27     "Common/CocoaLumberjack/Extensions/*.{h,m}",
28     "Common/Language/*.{h,m}",
29     "Common/Log/*.{h,m}",
30     "Common/Utils/*.{h,m,mm}",
31     "Common/Categories/*.{h,m,mm}"
32   ],
33   "requires_arc": true,
34   "dependencies": {
35     "FQLSDWebImage": [
37     ],
38     "FQLSVProgressHUD": [
40     ],
41     "AFNetworking": [
43     ]
44   }