blob: e0b89878cc01ded6efc539a66a92fdad4bf7e147 [file] [log] [blame]
{
"name": "SJDBMap",
"version": "1.2.1",
"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.2.1"
},
"requires_arc": true,
"ios": {
"libraries": "sqlite3"
},
"public_header_files": "SJDBMap/SJDBMap.h",
"source_files": "SJDBMap/SJDBMap.h",
"subspecs": [
{
"name": "DatabaseMapping",
"source_files": "SJDBMap/DatabaseMapping/*.{h,m}",
"dependencies": {
"SJDBMap/Protocol": [
]
}
},
{
"name": "Protocol",
"source_files": "SJDBMap/Protocol/*.h"
}
]
}