blob: 5b025b40f4de92cd7e97191edea3f96cc413d4f0 [file] [log] [blame]
{
"name": "SYHttpTool",
"version": "1.0.1",
"summary": "个人工具类之网络请求",
"homepage": "http://blog.dnnlbj.com",
"license": "MIT",
"authors": {
"CoderSy": "private.shengyang@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/CoderSy/SYHttpTool.git",
"tag": "1.0.1"
},
"source_files": "Sources/*.{swift}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"Alamofire": [
],
"SVProgressHUD": [
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
}
}