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