Skip to content

ashi-psn/EasyUserDefaults

Repository files navigation

EasyUserDefaults

A description of this package.

EasyUserDefaults

CI Release CocoaPods Version Carthage compatible Swift Compatibility Platform Compatibility

Add Library

Swift Package Manager

Add the following entry in your Package.swift to start using EasyUserDefaults:

.package(url: "https://github.com/ashi-psn/EasyUserDefaults.git", from: "0.0.5")

and add dependency to your target:

.target(name: "MyApp", dependencies: [.product(name: "EasyUserDefaults", package: "EasyUserDefaults")]),

CocoaPods

Carthage