swift-persist
Swift library for persistent storage on iOS and OS X
What is this?
A helper for easily accessing persistently stored data using a shared Singleton written in Swift. Use it for any kind of data. Check out the test project for more details on usage.
Installation
Possible ways of installation to your project:
-
using Cocapods (works with CocoaPods 0.36 or newer)
-
copy the PersistentStorage class directly to your project
###Podfile###
pod 'swift-persist', '~> 1.0.0'
###Used technologies###
- Swift 2.1