blob: a8dbbdf921d574aa839b802af9a2f62b6afb8068 [file] [log] [blame]
{
"name": "OOHTTP",
"version": "2.0.0",
"license": "MIT",
"summary": "HTTP task",
"homepage": "https://github.com/emsihyo/OOHTTP",
"authors": {
"emsihyo": "emsihyo@gmail.com"
},
"source": {
"git": "https://github.com/emsihyo/OOHTTP.git",
"tag": "2.0.0"
},
"description": "custom HTTP task based on AFNetworking",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "OOHTTP/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
],
"JRSwizzle": [
]
}
}