blob: f87dbfc9287a89f132cc36a3293df8acae03d8b3 [file] [log] [blame]
{
"name": "DFCache",
"version": "4.0.1",
"license": "MIT",
"homepage": "https://github.com/kean/DFCache",
"authors": "Alexander Grebenyuk",
"summary": "Composite cache with LRU cleanup. Fast metadata on top of UNIX extended file attributes. Thoroughly tested and well-documented.",
"platforms": {
"ios": "6.0",
"osx": "10.8",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/kean/DFCache.git",
"tag": "4.0.1"
},
"public_header_files": [
"DFCache/*.{h}",
"DFCache/Extended File Attributes/*.{h}",
"DFCache/Key-Value File Storage/*.{h}",
"DFCache/Image Decoder/*.{h}",
"DFCache/Value Transforming/*.{h}"
],
"source_files": "DFCache/**/*.{h,m}"
}