[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 7 / b / DFCache / 4.0.1 / DFCache.podspec.json
blobf87dbfc9287a89f132cc36a3293df8acae03d8b3
2   "name": "DFCache",
3   "version": "4.0.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     "watchos": "2.0",
12     "tvos": "9.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/kean/DFCache.git",
17     "tag": "4.0.1"
18   },
19   "public_header_files": [
20     "DFCache/*.{h}",
21     "DFCache/Extended File Attributes/*.{h}",
22     "DFCache/Key-Value File Storage/*.{h}",
23     "DFCache/Image Decoder/*.{h}",
24     "DFCache/Value Transforming/*.{h}"
25   ],
26   "source_files": "DFCache/**/*.{h,m}"