blob: 400f77563806ea0f41ba3d6dd1479418c4b898b0 [file] [log] [blame]
{
"name": "common",
"version": "0.0.2",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"summary": "Commom库工程,主要包含一些公共的代码.",
"homepage": "https://github.com/AFNetworking/AFNetworking",
"authors": {
"Zain": "3083336407@qq.com"
},
"source": {
"git": "http://gitlab.dev.fenqile.com:9880/public_iOS/common.git",
"tag": "0.0.2"
},
"description": "Commom库工程,主要包含一些公共的代码.Commom库工程,主要包含一些公共的代码.",
"frameworks": "Security",
"pod_target_xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
},
"libraries": [
"c++",
"stdc++",
"z"
],
"source_files": [
"Common/*.{h,m}",
"Common/Encrypt/*.{h,m}",
"Common/CocoaLumberjack/*.{h,m}",
"Common/CocoaLumberjack/Extensions/*.{h,m}",
"Common/Language/*.{h,m}",
"Common/Log/*.{h,m}",
"Common/Utils/*.{h,m,mm}",
"Common/Categories/*.{h,m,mm}"
],
"requires_arc": true,
"dependencies": {
"FQLSDWebImage": [
],
"FQLSVProgressHUD": [
],
"AFNetworking": [
]
}
}