blob: 7b69898e01bf519bf4c5203d87129352addd5f4c [file] [log] [blame]
{
"name": "ZDHttpUtils",
"version": "0.0.1",
"summary": "Swift 基于Alamofire/ObjectMapper/SwiftyJson的封装.",
"description": "Swift 基于Alamofire/ObjectMapper/SwiftyJson的封装",
"homepage": "https://github.com/seasonZhu/ZDHttpUtils",
"license": "MIT",
"authors": {
"zhujilong": "zhujilong1987@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/seasonZhu/ZDHttpUtils.git",
"tag": "0.0.1"
},
"source_files": "ZDHttpUtilsDemo/HttpUtils/*.{swift}",
"exclude_files": "Classes/Exclude",
"swift_version": "4.0",
"dependencies": {
"Alamofire": [
"~> 4.7.3"
],
"AlamofireObjectMapper": [
"~> 5.2.0"
],
"Alamofire-SwiftyJSON": [
"~> 3.0.0"
],
"Toast-Swift": [
"~> 4.0.1"
]
}
}