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