blob: 2cc4f351df0e20dcc32f181313a0990a5bbb080a [file] [log] [blame]
{
"name": "OOHTTP",
"version": "3.0.0",
"license": "MIT",
"summary": "Free http headers for Retriable AFNetworking",
"homepage": "https://github.com/emsihyo/OOHTTP",
"authors": {
"emsihyo": "emsihyo@gmail.com"
},
"source": {
"git": "https://github.com/emsihyo/OOHTTP.git",
"tag": "3.0.0"
},
"description": "Free http headers for Retriable AFNetworking.",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "OOHTTP/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"RetriableAFNetworking": [
],
"JRSwizzle": [
]
}
}