blob: a365b33478cbd3ad8d1f11412614d8913a66592a [file] [log] [blame]
{
"name": "DFCache",
"version": "1.3.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"
},
"requires_arc": true,
"source": {
"git": "https://github.com/kean/DFCache.git",
"tag": "1.3.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}"
}