[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / b / 5 / 9 / JMKeyValueStore / 0.1.0 / JMKeyValueStore.podspec.json
blobe584c41ac41ba2c8ff1e398a697f90548e727ab8
2   "name": "JMKeyValueStore",
3   "version": "0.1.0",
4   "summary": "A simple Key-Value storage tool, using Sqlite as backend.",
5   "homepage": "https://github.com/xserver/JMKeyValueStore",
6   "license": "MIT",
7   "authors": {
8     "xserver": "xqlday@163.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "https://github.com/xserver/JMKeyValueStore.git",
15     "tag": "0.1.0"
16   },
17   "source_files": "JMKeyValueStore/JMKeyValueStore.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
21       "~> 2.0"
22     ]
23   }