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