Skip to content

Simple and flexible caching mechanism for in memory and persistent caches.

License

Notifications You must be signed in to change notification settings

davbeck/CacheKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9e3ad97 · Feb 12, 2019

History

50 Commits
May 13, 2016
Jan 21, 2016
May 13, 2016
May 13, 2016
Jan 20, 2016
Oct 13, 2014
Oct 13, 2014
Jan 20, 2016
Jan 20, 2016
May 13, 2016
May 13, 2016
Jan 19, 2016
Jan 20, 2016
Jan 19, 2016
Feb 12, 2019

Repository files navigation

CacheKit

CI Status Version Carthage compatible License Platform

For a more Swift focused caching solution, check out PersistentCacheKit, which is the spiritual successor to this project.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CocoaPods

CacheKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "CacheKit"

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate CacheKit into your Xcode project using Carthage, specify it in your Cartfile:

github "davbeck/CacheKit" ~> 0.6

Run carthage to build the framework and drag the built CacheKit.framework and FMDB.framework into your Xcode project.

Author

David Beck, [email protected]

License

CacheKit is available under the MIT license. See the LICENSE file for more info.