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