blob: 77cd4e4efb0ffd84eaffc35bd4445d837e034e07 [file] [log] [blame]
{
"name": "EasySQLite",
"version": "0.4.1",
"summary": "A short description of EasySQLite.Swift.",
"description": "A short description of EasySQLite.Swift.",
"homepage": "http://gitlab.xuanke.com/iOS/EasySQLite",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhoukai": "zhoukai@kaochong.com"
},
"source": {
"git": "git@gitlab.xuanke.com:iOS/EasySQLite.git",
"tag": "0.4.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "EasySQLite/Classes/**/*",
"dependencies": {
"SQLite.swift": [
"0.11.5"
],
"KCLogger": [
"~> 0.1.1"
]
}
}