blob: 6e4a80b06e2622d99603a728a77c0f736ad7373d [file] [log] [blame]
{
"name": "SqliteObject",
"version": "0.0.2",
"summary": "a lite tool for sqlite database in ios",
"description": "a lite tool for sqlite database in ios. just so excited~",
"homepage": "http://github.com/applexiaohao/SqliteObject",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"lewis": "xiaohao@lanou3g.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/applexiaohao/SqliteObject.git",
"tag": "0.0.2"
},
"source_files": "*{h,m}",
"libraries": "sqlite3",
"requires_arc": false
}