[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 7 / b / DFCache / 3.1.1 / DFCache.podspec.json
blob1d631d3e7242b1d1c13138cc12d6bda4ab8cfeef
2   "name": "DFCache",
3   "version": "3.1.1",
4   "license": "MIT",
5   "homepage": "https://github.com/kean/DFCache",
6   "authors": "Alexander Grebenyuk",
7   "summary": "Composite cache with LRU cleanup. Fast metadata on top of UNIX extended file attributes. Thoroughly tested and well-documented.",
8   "platforms": {
9     "ios": "6.0",
10     "osx": "10.8"
11   },
12   "requires_arc": true,
13   "source": {
14     "git": "https://github.com/kean/DFCache.git",
15     "tag": "3.1.1"
16   },
17   "public_header_files": [
18     "DFCache/*.{h}",
19     "DFCache/Extended File Attributes/*.{h}",
20     "DFCache/Key-Value File Storage/*.{h}",
21     "DFCache/Image Decoder/*.{h}",
22     "DFCache/Value Transforming/*.{h}"
23   ],
24   "source_files": "DFCache/**/*.{h,m}"