blob: d27fa200fd9f64b003e74aeccd14b1ef2584a40c [file] [log] [blame]
{
"name": "DBConfig",
"version": "1.0.1",
"summary": "It is a DBConfig used on iOS, which implement by Objective-C",
"description": "It is a DBConfig used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ChenZhenChun",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/DBConfig.git",
"tag": "1.0.1",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DBConfig/*.{h,m}",
"public_header_files": "DBConfig/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"LKDBHelper": [
"2.3.1"
]
}
}