[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / 6 / 1 / YTKKeyValueStore_Swift / 0.3.2 / YTKKeyValueStore_Swift.podspec.json
blobd345cd6c38f645f968aea938f59bb98da517dd31
2   "name": "YTKKeyValueStore_Swift",
3   "version": "0.3.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": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/sgxiang/YTKKeyValueStore_Swift.git",
15     "tag": "0.3.2"
16   },
17   "source_files": "YTKKeyValueStore/*.swift",
18   "requires_arc": true,
19   "dependencies": {
20     "SQLite.swift": [
21       "~> 0.9.2"
22     ]
23   }