[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / e / f / common / 0.0.4 / common.podspec.json
blob7566e4019c3ae6a5a9e49fe094c92425747c07c1
2   "name": "common",
3   "version": "0.0.4",
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.4",
16     "branch": "develop"
17   },
18   "description": "Commom库工程,主要包含一些公共的代码.Commom库工程,主要包含一些公共的代码.",
19   "frameworks": "Security",
20   "pod_target_xcconfig": {
21     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
22     "CLANG_CXX_LIBRARY": "libc++"
23   },
24   "source_files": [
25     "Common/*.{h,m}",
26     "Common/Encrypt/*.{h,m}",
27     "Common/CocoaLumberjack/*.{h,m}",
28     "Common/CocoaLumberjack/Extensions/*.{h,m}",
29     "Common/Language/*.{h,m}",
30     "Common/Log/*.{h,m}",
31     "Common/Utils/*.{h,m,mm}",
32     "Common/Categories/*.{h,m,mm}"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "FQLSDWebImage": [
38     ],
39     "FQLSVProgressHUD": [
41     ],
42     "AFNetworking": [
44     ]
45   }