blob: c7e67fbea1a7e3f959a9f159bb078d5c87132673 [file] [log] [blame]
{
"name": "SwiftKeyValueStore",
"version": "0.1.1",
"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": "10.0"
},
"source": {
"git": "https://github.com/FWEugene/SwiftKeyValueStore.git",
"tag": "0.1.1"
},
"requires_arc": true,
"swift_version": "4.0",
"cocoapods_version": ">= 1.5.0",
"source_files": "Source/**/*.swift",
"dependencies": {
"SwiftKeychainWrapper": [
]
}
}