[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / b / 9 / c / YTKKeyValueStore / 0.1.2 / YTKKeyValueStore.podspec.json
blobeea740b2e48efc4cd2d0c2dc5727c35666f369f7
2   "name": "YTKKeyValueStore",
3   "version": "0.1.2",
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": "https://github.com/yuantiku/YTKKeyValueStore.git",
15     "tag": "0.1.2"
16   },
17   "source_files": "YTKKeyValueStore/YTKKeyValueStore.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
21       "~> 2.0"
22     ]
23   }