blob: e89ab193ebf6c90a6f2b9117bb4f2d829d870dcd [file] [log] [blame]
{
"name": "DFCache",
"version": "1.1.0",
"license": "MIT",
"homepage": "https://github.com/kean/DFCache",
"authors": "Alexander Grebenyuk",
"summary": "Composite LRU cache. User metadata on top of UNIX extended file attributes. Thoroughly tested and used heavily in the app with 500k+ MAU.",
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": true,
"source": {
"git": "https://github.com/kean/DFCache.git",
"tag": "1.1.0"
},
"public_header_files": [
"DFCache/*.{h}",
"DFCache/Extended File Attributes/*.{h}",
"DFCache/Key-Value File Storage/*.{h}"
],
"source_files": "DFCache/**/*.{h,m}"
}