[Delete] NEMeetingKit_Special 4.9.6
[CocoaPods.git] / Specs / 6 / c / 8 / KVStorage / 0.0.1 / KVStorage.podspec.json
blob30366f492c8ae275e9fe2cb10edc1c60d6dd4959
2   "name": "KVStorage",
3   "version": "0.0.1",
4   "summary": "A simple Key-Value storage tool, using Sqlite as backend.",
5   "homepage": "https://github.com/yuantiku/YTKKeyValueStore",
6   "license": "MIT",
7   "authors": {
8     "tangqiao": "tangqiao@fenbi.com"
9   },
10   "platforms": {
11     "ios": null
12   },
13   "source": {
14     "git": "http://gitlab.dev.fenqile.com:9880/public_iOS/KVStorage.git",
15     "tag": "0.0.1"
16   },
17   "source_files": "KVStorage/YTKKeyValueStore.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
21       "~> 2.0"
22     ]
23   }