blob: c5f158ba46f37381b8c9b14fa6f8c77161a613f5 [file] [log] [blame]
{
"name": "HDRequestManager",
"version": "1.0.0",
"summary": "A simple api request tools base on afnetworking.",
"homepage": "https://github.com/hundredlee/HDRequestManager.git",
"license": "MIT",
"authors": {
"HundredLee": "hundred9411@gmail.com"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/hundredlee/HDRequestManager.git",
"tag": "1.0.0"
},
"source_files": "HDRequestManager/HDRequestManager/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}