blob: 8549d74f060b6315d1737deb15cfb061a880dec6 [file] [log] [blame]
{
"name": "YetSQL",
"version": "1.0.0",
"summary": "YetSQL is an iOS library writen by swift.",
"description": "YetSQL is an iOS library writen by swift. OK",
"homepage": "https://github.com/yangentao/YetSQL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangentao": "entaoyang@163.com"
},
"source": {
"git": "https://github.com/yangentao/YetSQL.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.0"
],
"source_files": "YetSQL/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"YetBase": [
],
"Yson": [
]
},
"swift_version": "5.0"
}