CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

UDWrapper 0.1.2

UDWrapper 0.1.2

Maintained by Javier Calatrava.



 
Depends on:
CryptoSwift>= 0
SwiftKeychainWrapper~> 3.0.1
 

UDWrapper 0.1.2

  • By
  • Javier Calatrava Llaveria

UDWrapper

UDWrapper is userdefaults wrapper, but adding a safety layer by encryping persisted data. Version License Platform

Example

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

Requirements

Installation

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

pod 'UDWrapper'

Usage

// Store
UDWrappper.shared.set(userDefaultKeyValue: "key", string: "Hello Worlkd!")
// Load
let value = UDWrappper.shared.getString(userDefaultKeyValue: StoredKeyValue.attrString)

Author

Javier Calatrava Llaveria, [email protected]

License

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