blob: a75107c5c296012012b5b9256d030fdb989e0d11 [file] [log] [blame]
{
"name": "ACFoundation",
"version": "0.2.2",
"summary": "ACFoundation is my general tools, contains UI/db/animation",
"description": "ACFoundation is my general tools, contains UI/db/animation/fileBrowser and so on",
"homepage": "https://gitee.com/geasscz/ACFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CZ": "sayboycz@163.com"
},
"source": {
"git": "https://gitee.com/geasscz/ACFoundation.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ACFoundation/Classes/**/*",
"prefix_header_contents": [
"#ifdef __OBJC__",
"#import \"AppConfig.h\"",
"#endif"
]
}