blob: 350227e152d1ff858d932c94c72269004ddb089f [file] [log] [blame]
{
"name": "CommonContainerFrameWork",
"version": "2.0.1",
"summary": "CommonContainerFrameWork",
"homepage": "https://github.com/rainyboyer/CommonContainerFrameWork",
"license": "MIT",
"authors": {
"Pengjunhua": "pengjunhua2005@21cn.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/rainyboyer/CommonContainerFrameWork.git",
"tag": "2.0.1"
},
"source_files": "CommonContainerFrameWork.framework/Headers/*.h",
"public_header_files": "CommonContainerFrameWork.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "CommonContainerFrameWork.framework"
},
"libraries": [
"iconv",
"z",
"stdc++",
"sqlite3"
],
"requires_arc": true
}