blob: d73b27b775fdf9d86fca50fe267f7de4956b07af [file] [log] [blame]
{
"name": "MMSNetworkManager",
"version": "1.0.0",
"summary": "使用Alamofire封裝網絡請求庫.",
"homepage": "https://gitee.com/wah_zi/MMSNetworkManager",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"wah": "money01314@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/wah_zi/MMSNetworkManager.git",
"tag": "1.0.0"
},
"source_files": "Sources/*",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}