blob: a945c0139cac21a27b3748f494846d48a67f3725 [file] [log] [blame]
{
"name": "QSNetworkTools",
"authors": {
"qiansheng": "790165729@qq.com"
},
"license": "MIT",
"requires_arc": true,
"version": "0.0.5",
"homepage": "https://github.com/qs991011/QSNetworkTools",
"swift_version": "5.0",
"source_files": "source/*.swift",
"source": {
"git": "https://github.com/qs991011/QSNetworkTools.git",
"tag": "0.0.5"
},
"summary": "network tools",
"description": "base Alamofire network layer",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"dependencies": {
"Alamofire": [
"~>5.0.0-beta.5"
],
"HandyJSON": [
"~>5.0.0-beta"
]
}
}