[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / f / 4 / LMKeyValueStore / 1.0.1 / LMKeyValueStore.podspec.json
blob018ae61470c4cb3ee48cebd7d5743dea6b7d6701
2   "name": "LMKeyValueStore",
3   "version": "1.0.1",
4   "summary": "Key-Value storage tool, based on WCDB (WeChat DataBase).",
5   "homepage": "https://github.com/hcxyzlm/LMKeyValueStoreDemo",
6   "license": "MIT",
7   "authors": {
8     "zhuo": "hcxyzlm@126.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/hcxyzlm/LMKeyValueStoreDemo.git",
15     "tag": "v1.0.1"
16   },
17   "source_files": "LMKeyValueStore/*.{h,m}",
18   "frameworks": "Foundation",
19   "requires_arc": true,
20   "dependencies": {
21     "WCDB": [
22       "~> 1.0.4"
23     ]
24   }