blob: a72118e1ed6b19b4e2904e28ff6a3254d1fd6a7c [file] [log] [blame]
{
"name": "SGSqlite",
"version": "1.0.0",
"summary": "A simple object oriented sqlite3.",
"description": "A simple encapsulation of an object oriented database for sqlite3.",
"homepage": "https://github.com/install-b/SGSqlite",
"license": "MIT",
"authors": {
"ShangenZhang": "645256685@qq.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/install-b/SGSqlite.git",
"tag": "1.0.0"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"frameworks": "Foundation",
"libraries": "sqlite3",
"requires_arc": true
}