blob: 1769ad99f3cc90b6f805d5458d739c9dd718e679 [file] [log] [blame]
{
"name": "DUCache",
"version": "0.1.0",
"summary": "An experiment.",
"description": "Mini caching library.",
"homepage": "https://github.com/essame/DUCache",
"license": "MIT",
"authors": {
"Essam": "essam.a0@gmail.com"
},
"source": {
"git": "https://github.com/essame/DUCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "DUCache",
"resource_bundles": {
"DUCache": [
]
},
"public_header_files": "DUCache/*.h"
}