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