Latest | 0.0.3 |
---|---|
Homepage | https://github.com/ivanfoong/IFCacheKit-Swift |
License | MIT |
Platforms | ios 8.0, requires ARC |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
IFCacheKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "IFCacheKit"
Author
Ivan Foong, [email protected]
License
IFCacheKit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "IFCacheKit", "version": "0.0.3", "summary": "A caching library in Swift that's simple to use", "description": "A Disk and LRU memory cache that is designed to be simple to use while being performant", "homepage": "https://github.com/ivanfoong/IFCacheKit-Swift", "license": "MIT", "authors": { "Ivan Foong": "[email protected]" }, "source": { "git": "https://github.com/ivanfoong/IFCacheKit-Swift.git", "tag": "0.0.3" }, "social_media_url": "https://twitter.com/vonze21", "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*" }
Sun, 06 Mar 2016 20:14:02 +0000