blob: cfb226712e0b6ce110f48a12fbde6c7e5320cf32 [file] [log] [blame]
{
"name": "MXSqlite",
"version": "0.1.1",
"summary": "Save your object to sqlite easily",
"homepage": "https://github.com/longminxiang/MXSqlite",
"license": "MIT",
"authors": {
"Eric Lung": "longminxiang@gmail.com"
},
"source": {
"git": "https://github.com/longminxiang/MXSqlite.git",
"tag": "v0.1.1"
},
"dependencies": {
"FMDB": [
"~> 2.5"
]
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "MXSqlite/**/*.{h,m}"
}