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