blob: 0a846f1473e2f6cd094879812b568a6f8b979088 [file] [log] [blame]
{
"name": "STDbKit",
"version": "1.0",
"summary": "like CoreData, object auto convert to sqlite3.",
"description": "this provide class of STDbObject which you can use conveniently to insert, select, update, delete.",
"homepage": "https://github.com/xiaoliyang/STDbKit",
"license": "MIT",
"authors": {
"stlwtr": "2008.yls@163.com"
},
"source": {
"git": "https://github.com/xiaoliyang/STDbKit.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "STDbKit/**/*.{h,m}",
"public_header_files": "STDbKit/Classes/*.h"
}