blob: 992f66027034644634b183cf2c5f9b7e6510ae49 [file] [log] [blame]
{
"name": "MMSNetworkTool",
"version": "0.1.3",
"summary": "MMSNetworkTool.網絡請求組件",
"homepage": "https://gitee.com/wah_zi/MMSNetworkTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"80146944@qq.com": "money01314@gmail.com"
},
"source": {
"git": "https://gitee.com/wah_zi/MMSNetworkTool.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"vendored_frameworks": "MMSNetworkTool/Classes/MMSNetworkTool.framework",
"subspecs": [
{
"name": "Core",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}
]
}