blob: e40f82fdaae249070e15ced6de1dfe5cbd6157fd [file] [log] [blame]
{
"name": "DWDatabase",
"version": "1.1.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "无入侵模型自动落库。Automaticly save model to database.",
"homepage": "https://github.com/CodeWicky/DWDatabase",
"authors": {
"codeWicky": "codewicky@163.com"
},
"source": {
"git": "https://github.com/CodeWicky/DWDatabase.git",
"tag": "1.1.1.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "DWDatabase/**/*.{h,m}",
"public_header_files": "DWDatabase/**/{DWDatabase,DWDatabaseConfiguration,DWDatabaseResult,DWDatabaseConditionMaker,DWDatabaseMacro,DWDatabaseHeader}.h",
"frameworks": "UIKit",
"dependencies": {
"FMDB": [
"~> 2.7.2"
],
"DWKit/DWCategory/DWObjectUtils": [
"~> 0.0.0.18"
]
}
}