blob: 3dd09093fddd01dfeac88fc3d07ec5e51a4e9fad [file] [log] [blame]
{
"name": "RHHttpKit",
"version": "1.0.7",
"summary": "A Http Kit based on AFNetworking.",
"homepage": "https://github.com/zhu410289616/RHHttpKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhu410289616": "zhu410289616@163.com"
},
"source": {
"git": "https://github.com/zhu410289616/RHHttpKit.git",
"tag": "1.0.7"
},
"platforms": {
"ios": "7.0"
},
"source_files": "RHHttpKit/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"libextobjc/EXTScope": [
"~> 0.4.1"
],
"AFNetworking": [
"~> 3.0.4"
],
"EGOCache": [
"~> 2.1.3"
]
}
}