blob: ff5aedb5c17168558b1fa81c47178879883f1e5d [file] [log] [blame]
{
"name": "MMSNetworkManager",
"version": "0.0.1",
"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": "0.0.1"
},
"source_files": "Sources/*",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}