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