[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / b / 2 / 9 / LruCache / 0.1 / LruCache.podspec.json
blob1cc3a3e34cb0e7c415b3df7020f0913452ae80a7
2   "name": "LruCache",
3   "version": "0.1",
4   "summary": "Objective-C implementation of Least Recently Used(LRU) cache.",
5   "homepage": "https://github.com/robinzhangx/LruCache",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "robinz": "robin.zhangx@gmail.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/robinzhangx/LruCache.git",
18     "tag": "0.1"
19   },
20   "source_files": "LruCache/LruCache.{h,m}",
21   "requires_arc": true