blob: 7326e4e2375e2170436e97782d658c9069f87510 [file] [log] [blame]
{
"name": "RBSQLite",
"version": "1.2.2",
"summary": "A Cocoa / Objective-C wrapper around SQLite",
"homepage": "https://github.com/baxiang/RBSQLite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"baxiang": "baxiang1989@163.com"
},
"source": {
"git": "https://github.com/baxiang/RBSQLite.git",
"tag": "1.2.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RBSQLite/Classes/**/*",
"dependencies": {
"FMDB": [
]
}
}