[Add] CXHAdSDK-TopOn 1.6.6.1
[CocoaPods.git] / Specs / 7 / f / e / RHKeyValueStore / 0.1.2 / RHKeyValueStore.podspec.json
blobdafae5ed314f710acafe9268c6c0cb5c148ae85c
2   "name": "RHKeyValueStore",
3   "version": "0.1.2",
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.2"
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   }