[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 2 / LHXKVStore / 1.0.2 / LHXKVStore.podspec.json
blob7d592c6bfe23825c45aea0bed9da8f196bb54528
2   "name": "LHXKVStore",
3   "version": "1.0.2",
4   "summary": "LHXKVStore for key-value store.",
5   "description": "This is a framework for key-value store and it is based on FMDB.",
6   "homepage": "https://github.com/freshman-kyle/LHXKVStore",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "freshman-kyle": "469328423@qq.com"
10   },
11   "platforms": {
12     "osx": "10.10"
13   },
14   "source": {
15     "git": "https://github.com/freshman-kyle/LHXKVStore.git",
16     "tag": "1.0.2"
17   },
18   "source_files": "LHXKVStore/*.{h,m}",
19   "frameworks": "AppKit",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
23       "~> 2.7.5"
24     ]
25   }