blob: 409dcd3b67e330adf8744a2fccc2738f81d3f192 [file] [log] [blame]
{
"name": "STDbKit",
"version": "2.3.0",
"summary": "Like CoreData, object auto convert to sqlite3.",
"homepage": "https://github.com/stlwtr/STDbKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stlwtr": "2008.yls@163.com"
},
"source": {
"git": "https://github.com/stlwtr/STDbKit.git",
"tag": "2.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "STDbKit/**/*.{h,m}",
"public_header_files": "STDbKit/**/*.h",
"libraries": "sqlite3"
}