[Add] OmiKit 1.8.2
[CocoaPods.git] / Specs / 7 / f / e / RHKeyValueStore / 0.1.1 / RHKeyValueStore.podspec.json
blob6010a3ae043a594f25c23c5adaf347db95bc3cb0
2   "name": "RHKeyValueStore",
3   "version": "0.1.1",
4   "summary": "Key-Value storage tool, based on WCDB (WeChat DataBase).",
5   "homepage": "https://github.com/Rannie/RHKeyValueStore",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Hanran Liu": "18622218653@163.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/Rannie/RHKeyValueStore.git",
18     "tag": "v0.1.1"
19   },
20   "source_files": [
21     "RHKeyValueStore",
22     "RHKeyValueStore/*.{h,m}"
23   ],
24   "public_header_files": "RHKeyValueStore/*.h",
25   "frameworks": "Foundation",
26   "requires_arc": true,
27   "dependencies": {
28     "WCDB": [
29       "~> 1.0.3"
30     ]
31   }