[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / e / 5 / SwiftKeyValueStore / 0.1.2 / SwiftKeyValueStore.podspec.json
blobd25f874e423a79491e0d8ca8d679bf63b9e36fa2
2   "name": "SwiftKeyValueStore",
3   "version": "0.1.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Simple Key Value Store. Wrapper for UserDefaults and KeyChain. Written in Swift.",
9   "description": "Use SwiftKeyValueStore api if you want type-safe, easy to use database to persist data across launches of your app.",
10   "homepage": "https://github.com/FWEugene/SwiftKeyValueStore",
11   "authors": {
12     "Yevgeniy Prokoshev": "yevgeniy@futureworkshops.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/FWEugene/SwiftKeyValueStore.git",
19     "tag": "0.1.2"
20   },
21   "requires_arc": true,
22   "swift_version": "4.0",
23   "cocoapods_version": ">= 1.5.0",
24   "source_files": "Source/**/*.swift",
25   "dependencies": {
26     "SwiftKeychainWrapper": [
28     ]
29   }