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