blob: 3e23cf17daa38d39970fc8223762bc08275013f2 [file] [log] [blame]
{
"name": "DCDatabase",
"version": "0.0.6",
"summary": "cache model to local database for iOS",
"description": "Use DCDatabase, Just need one code to achieve cache models.",
"homepage": "https://github.com/CoderXWChu/DCDatabase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DanaChu": "coderxwchu@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderXWChu/DCDatabase.git",
"tag": "0.0.6"
},
"source_files": [
"DCDatabase",
"DCDatabase/**/*.{h,m}"
],
"frameworks": "Foundation",
"libraries": "sqlite3",
"requires_arc": true
}