blob: 9a51b1b253e57ca35dce88d248c9606e174eee18 [file] [log] [blame]
{
"name": "MYLNetwork",
"version": "0.0.2",
"summary": "MYLNetwork: 网络请求:Moya、HandyJson、Alamofire",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/MeiYuLong/MYLNetwork.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MeiYuLong": "longjiao914@126.com"
},
"source": {
"git": "https://github.com/MeiYuLong/MYLNetwork.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MYLNetwork/Classes/**/*",
"dependencies": {
"Moya": [
"~> 13.0"
],
"Alamofire": [
"~> 4.0"
],
"HandyJSON": [
"~> 5.0.2"
],
"MBProgressHUD": [
"~> 1.1.0"
]
}
}