[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / f / 9 / EasyCache / 0.1.0 / EasyCache.podspec.json
blobd62ce824a8e995ea115c0e257fb3e1c77bf77ca2
2   "name": "EasyCache",
3   "version": "0.1.0",
4   "summary": "A simple, generic LRU cache written in Swift.",
5   "description": "A simple, generic LRU cache written in Swift. Supports LRU based eviction, total capacity on disk, as well as memory and disk based variants.",
6   "homepage": "https://github.com/wmcginty/EasyCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "William McGinty": "mcgintw@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wmcginty/EasyCache.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "EasyCache/Classes/**/*",
22   "pushed_with_swift_version": "3.0"