blob: 2886dbb1bc99d0050b7d0b2624c16b8f29aecec6 [file] [log] [blame]
{
"name": "MHNetworkRequest",
"version": "0.0.1",
"summary": "Fast integrated Network",
"homepage": "https://github.com/hxmanson/MHNetworkRequest",
"license": "MIT",
"authors": {
"Manson Hu": "mhx_work@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hxmanson/MHNetworkRequest.git",
"tag": "0.0.1"
},
"source_files": [
"MHNetworkRequest",
"MHNetworkRequest/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"YTKNetwork": [
"~> 2.0"
]
}
}