blob: bbf67795fc7a295b73ffa2a3e58df708c72cb4b4 [file] [log] [blame]
{
"name": "EasySQLite",
"version": "0.4.0",
"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.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "EasySQLite/Classes/**/*",
"dependencies": {
"SQLite.swift": [
"0.11.5"
],
"KCLogger": [
"~> 0.1.1"
]
}
}