[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / d / 7 / 3 / LRUCache / 1.0.2 / LRUCache.podspec.json
blob117b7c564d1a528a70112758a4895429da0b5cee
2   "name": "LRUCache",
3   "version": "1.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "summary": "LRUCache is an open-source replacement for NSCache that behaves in a predictable, debuggable way",
9   "homepage": "https://github.com/nicklockwood/LRUCache",
10   "authors": "Nick Lockwood",
11   "source": {
12     "git": "https://github.com/nicklockwood/LRUCache.git",
13     "tag": "1.0.2"
14   },
15   "source_files": "Sources",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "11.0",
19     "osx": "10.13",
20     "tvos": "11.0"
21   }