blob: cead800c4b0f49d9957326fe7c77a8e22f8cfdf9 [file] [log] [blame]
{
"name": "ACFoundation",
"version": "0.1.7",
"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.1.7"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ACFoundation/Classes/**/*",
"prefix_header_contents": [
"#ifdef __OBJC__",
"#import \"AppConfig.h\"",
"#endif"
]
}