blob: 20c4d2731ab0e966f181e024b1226813990ec641 [file] [log] [blame]
{
"name": "SwiftKeyValueStore",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Simple Key Value Store. Wrapper for UserDefaults and KeyChain. Written in Swift.",
"description": "Use SwiftKeyValueStore api if you want type-safe, easy to use database to persist data across launches of your app.",
"homepage": "https://github.com/FWEugene/SwiftKeyValueStore",
"authors": {
"Yevgeniy Prokoshev": "yevgeniy@futureworkshops.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/FWEugene/SwiftKeyValueStore.git",
"tag": "0.1.0"
},
"requires_arc": true,
"swift_version": "4.0",
"cocoapods_version": ">= 1.5.0",
"source_files": "Source/**/*.swift",
"dependencies": {
"SwiftKeychainWrapper": [
]
}
}