blob: 0fb1c8c35a33bba7c4416d3993bef4cd64eebe1e [file] [log] [blame]
{
"name": "SJSQLGenerator",
"version": "0.0.0.1",
"summary": "便利的构造SQL语句.",
"description": "最近在学习SQL语句, 为加深学习效果以及后期防止遗忘, 便使用OC写了一个便利构造SQL语句的库.",
"homepage": "https://gitee.com/changsanjiang/SJSQLGenerator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"changsanjiang@gmail.com": "changsanjiang@gmail.com"
},
"source": {
"git": "https://gitee.com/changsanjiang/SJSQLGenerator.git",
"tag": "0.0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SJSQLGenerator/*.{h,m}"
}