blob: ac17aca257f82992083ea750e1417a9d4cdedd65 [file] [log] [blame]
{
"name": "SWSQLite",
"version": "0.0.2",
"summary": "在 SQLite.swift 的基础上封装的便利的使用方法",
"description": "根据平时项目需要,在 SQLite.swift 的基础上封装的便利的使用方法",
"homepage": "https://github.com/547/SWSQLite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Seven Wang",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/547/SWSQLite.git",
"tag": "0.0.2"
},
"source_files": [
"SWSQLite",
"SWSQLite/**/*.{h,m,swift}"
],
"dependencies": {
"SQLite.swift": [
"~> 0.12.1"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}