[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / 4 / LruFilesStorage / 0.0.1 / LruFilesStorage.podspec.json
blob8c7718dd3d057a2f3f5e107e8e3d366bd32c9ab8
2   "name": "LruFilesStorage",
3   "platforms": {
4     "ios": "7.0"
5   },
6   "version": "0.0.1",
7   "summary": "LRU (least recently used) system for storing files on disk for iOS in Objective-C",
8   "homepage": "https://github.com/blackm00n/LruFilesStorage",
9   "license": "MIT",
10   "authors": {
11     "Aleksey Kozhevnikov": "aleksey.kozhevnikov@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/blackm00n/LruFilesStorage.git",
15     "tag": "v0.0.1"
16   },
17   "source_files": "LruFilesStorage/LruFilesStorage",
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
21       "~> 2.5"
22     ],
23     "AKLruDictionary": [
24       "~> 2.0"
25     ]
26   }