blob: 1337321b24605e97201bcdc6ec6cd08ef8a86358 [file] [log] [blame]
{
"name": "common",
"version": "0.0.1",
"platforms": {
"ios": "7.1"
},
"license": "MIT",
"summary": "Commom库工程,主要包含一些公共的代码.",
"homepage": "https://github.com/SVProgressHUD/SVProgressHUD",
"authors": {
"Zain": "tobias@tiemerding.com"
},
"source": {
"git": "http://gitlab.dev.fenqile.com:9880/public_iOS/common.git",
"tag": "0.0.1"
},
"description": "Commom库工程,主要包含一些公共的代码.Commom库工程,主要包含一些公共的代码.",
"frameworks": "Security",
"libraries": [
"c++",
"z"
],
"source_files": [
"Common/*.{h,m}",
"Common/Encrypt/*.{h,m}",
"Common/FQLObserverCenter/*.{h,m}",
"Common/Language/*.{h,mm}",
"Common/Log/*.{h,mm}",
"Common/Utils/*.{h,mm}"
],
"requires_arc": true,
"dependencies": {
"FQLSDWebImage": [
],
"FQLSVProgressHUD": [
],
"AFNetworking": [
]
}
}