[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 8 / KeyValueData / 1.0.5 / KeyValueData.podspec.json
blobefee414d7eba8c236ad0ca2348ae86af408f9063
2   "name": "KeyValueData",
3   "version": "1.0.5",
4   "summary": "Key-Value data store protocol.",
5   "description": "This is designed to code with same protocol but store data to many places.\nInclude .plist, KeyChain, UserDefault as well as Sqlite.",
6   "homepage": "https://github.com/1fr3dg/KeyValueData",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alfred Gao": "alfredg@alfredg.cn"
13   },
14   "source": {
15     "git": "https://github.com/1fr3dg/KeyValueData.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KeyValueData/Classes/**/*",
22   "dependencies": {
23     "KeychainAccess": [
24       "~> 3.0"
25     ],
26     "SQLite.swift": [
27       "~> 0.11"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"