blob: 2b9a7acd557f6b076fd00dc930e0784c3b593dab [file] [log] [blame]
{
"name": "TLNetTool",
"version": "0.5",
"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.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"Kingfisher": [
],
"Alamofire": [
]
},
"swift_version": "5"
}