[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 6 / 1 / YTKKeyValueStore_Swift / 0.3.3 / YTKKeyValueStore_Swift.podspec.json
blob2db2e73d8814a65f04db4e93ff700595fc484fae
2   "name": "YTKKeyValueStore_Swift",
3   "version": "0.3.3",
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.3"
16   },
17   "source_files": "YTKKeyValueStore/*.swift",
18   "requires_arc": true,
19   "module_name": "YTKkeyValueStore",
20   "dependencies": {
21     "SQLite.swift": [
22       "~> 0.9.2"
23     ]
24   }