blob: 0b737edbf84eb55916a884468d6181de53ed9aec [file] [log] [blame]
{
"name": "Gleaner",
"version": "1.0.0",
"summary": "适用于iOS的Http检查器.",
"description": "适用于iOS的Http检查器.",
"homepage": "https://github.com/AilsaYouCan/Gleaner",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"Ailsa": "15623247725@163.com"
},
"source": {
"git": "https://github.com/AilsaYouCan/Gleaner",
"tag": "1.0.0"
},
"source_files": "GleanerExample/Gleaner/**/*.swift",
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"frameworks": [
"UIKit",
"Foundation"
],
"static_framework": true,
"dependencies": {
"SnapKit": [
"~> 4.2.0"
],
"RxSwift": [
"~> 5"
],
"RxDataSources": [
],
"Moya": [
"~> 13.0.1"
],
"HandyJSON": [
"~> 5.0.0"
],
"SwiftyJSON": [
],
"YYCache": [
],
"Toast-Swift": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}