blob: e59e08eb24e521ed2a51d40eb51a5cd9039543fc [file] [log] [blame]
{
"name": "TLNetTool",
"version": "0.7",
"summary": "基于 Alamofire 封装的网络库,基于 KingFisher 封装的网络图片加载方式",
"homepage": "https://github.com/ysCharles/TLNetTool",
"license": "MIT",
"authors": {
"Charles": "ystanglei@gmail.com"
},
"source": {
"git": "https://github.com/ysCharles/TLNetTool.git",
"tag": "0.7"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Kingfisher": [
],
"Alamofire": [
]
},
"swift_version": "5"
}