[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 6 / 1 / YTKKeyValueStore_Swift / 0.4.2 / YTKKeyValueStore_Swift.podspec.json
blob768a5094ce4aedeb209907dfcc2b514537758e15
2   "name": "YTKKeyValueStore_Swift",
3   "version": "0.4.2",
4   "summary": "A simple Key-Value storage tool, using Sqlite as backend.",
5   "homepage": "https://github.com/sgxiang/YTKKeyValueStore_Swift",
6   "license": "MIT",
7   "authors": {
8     "sgxiang": "690228918@qq.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/sgxiang/YTKKeyValueStore_Swift.git",
15     "tag": "0.4.2"
16   },
17   "source_files": "YTKKeyValueStore/*.swift",
18   "requires_arc": true,
19   "module_name": "YTKKeyValueStore",
20   "dependencies": {
21     "SQLite.swift": [
22       "~> 0.11.3"
23     ]
24   },
25   "pushed_with_swift_version": "3.0"