blob: c8ddabcd7e0fe7b16265d72718376e1233b53fe0 [file] [log] [blame]
{
"name": "SJSQLite3",
"version": "1.0.1",
"summary": "模型-表映射.",
"description": "模型-表映射. 根据模型自动创建或更新与该类相关的表(多个表), 可以进行增删改查.",
"homepage": "https://github.com/changsanjiang/SJSQLite3",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"changsanjiang@gmail.com": "changsanjiang@gmail.com"
},
"source": {
"git": "https://github.com/changsanjiang/SJSQLite3.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Protocol",
"source_files": "SJSQLite3/Protocol/**/*.{h,m}"
},
{
"name": "Core",
"source_files": "SJSQLite3/Core/**/*.{h,m}",
"dependencies": {
"SJSQLite3/Protocol": [
]
}
},
{
"name": "lib-YYModel",
"dependencies": {
"YYModel": [
]
}
},
{
"name": "lib-YYKit",
"dependencies": {
"YYKit": [
]
}
}
]
}