blob: b6c4222f95f7e21e1548f22cab94ede5c85e5378 [file] [log] [blame]
{
"name": "DFCache",
"version": "1.2.1",
"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.2.1"
},
"public_header_files": [
"DFCache/*.{h}",
"DFCache/Extended File Attributes/*.{h}",
"DFCache/Key-Value File Storage/*.{h}",
"DFCache/Image Decoder/*.{h}"
],
"source_files": "DFCache/**/*.{h,m}"
}