What's New

EFStorage 0.3.2

2020-01-08T00:06:08Z

Changed

  • fix CocoaPods version mismatch

Supported Containers

* YYCache
* UserDefaults
* KeychainAccess

EFStorage

An easy way to store anything anywhere -- UserDefaults, KeychainAccess, YYCache, you name it!

@EFStorageUserDefaults(forKey: "username", defaultsTo: User.Name.random())
var username: String

// Or, if you don't like constraints,
UserDefaults.efStorage.username = "OwO"

Usage

License

MIT License.

Icons of the demo projects in CocoaPods/ folder are from 萌娘百科 - 四次元ポケット. We are using it because in the hope that EFStorage can be like Doraemon's 4D Pocket to you.

Description

  • Swift Tools 5.1.0
View More Packages from this Author

Dependencies

Last updated: Tue Mar 12 2024 08:39:37 GMT-0900 (Hawaii-Aleutian Daylight Time)