Latest | 0.1.0 |
---|---|
Homepage | https://github.com/wmcginty/EasyCache |
License | MIT |
Platforms | ios 9.0 |
Authors |
[](https://travis-ci.org/William McGinty/EasyCache)
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
EasyCache is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "EasyCache"
Author
William McGinty, [email protected]
License
EasyCache is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "EasyCache", "version": "0.1.0", "summary": "A simple, generic LRU cache written in Swift.", "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.", "homepage": "https://github.com/wmcginty/EasyCache", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "William McGinty": "[email protected]" }, "source": { "git": "https://github.com/wmcginty/EasyCache.git", "tag": "0.1.0" }, "platforms": { "ios": "9.0" }, "source_files": "EasyCache/Classes/**/*", "pushed_with_swift_version": "3.0" }
Tue, 07 Feb 2017 11:40:09 +0000