blob: 5647b15f9c36f71fbb83a8cf32c634c59e9a25cc [file] [log] [blame]
{
"name": "SJDBMap",
"version": "1.0.3",
"summary": "Automatically create tables based on the model.",
"description": "https://github.com/changsanjiang/SJDBMap/blob/master/README.md",
"homepage": "https://github.com/changsanjiang/SJDBMap",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"SanJiang": "changsanjiang@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/changsanjiang/SJDBMap.git",
"tag": "v1.0.3"
},
"source_files": "SJDBMap/*.{h,m}",
"requires_arc": true,
"ios": {
"libraries": "sqlite3"
},
"dependencies": {
"YYKit": [
]
}
}