[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / f / e / 1 / SWSQLite / 0.0.2 / SWSQLite.podspec.json
blobac17aca257f82992083ea750e1417a9d4cdedd65
2   "name": "SWSQLite",
3   "version": "0.0.2",
4   "summary": "在 SQLite.swift 的基础上封装的便利的使用方法",
5   "description": "根据平时项目需要,在 SQLite.swift 的基础上封装的便利的使用方法",
6   "homepage": "https://github.com/547/SWSQLite",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Seven Wang",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/547/SWSQLite.git",
17     "tag": "0.0.2"
18   },
19   "source_files": [
20     "SWSQLite",
21     "SWSQLite/**/*.{h,m,swift}"
22   ],
23   "dependencies": {
24     "SQLite.swift": [
25       "~> 0.12.1"
26     ]
27   },
28   "swift_versions": "5.0",
29   "swift_version": "5.0"