blob: 16b396486f24cabb60ff087cef8481bcb451f043 [file] [log] [blame]
{
"name": "GSSqlHelper",
"version": "0.1.1",
"summary": "a sqlite helper class that like SQLiteHelper in Android",
"homepage": "https://github.com/gscool/GSSqlHelper",
"license": "GSSqlHelper/LICENSE",
"authors": {
"gscool": "gscool@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/gscool/GSSqlHelper.git",
"tag": "0.1.1"
},
"source_files": "GSSqlHelper/*.{h,m}",
"requires_arc": true,
"dependencies": {
"FMDB": [
]
}
}