blob: 91d9939c16829f73913138f8de96ab16616b76cf [file] [log] [blame]
{
"name": "DJHistoryHelper",
"version": "0.0.1",
"summary": "DJHistoryHelper supplies unitization of interface for iOS APP cache with sqlite、coredata and plist.",
"description": "DJHistoryHelper was used to supply unitization of interface for multiple cache ways.",
"homepage": "http://douzhongxu.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dokay": "dokay.dou@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Dokay/DJHistoryHelper.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"DJComponentHistoryHelper/DJHistoryHelper/*.{h,m}"
],
"public_header_files": "DJComponentHistoryHelper/DJHistoryHelper/*.h",
"requires_arc": true,
"libraries": "sqlite3"
}