blob: 5d3ad9c2d54c8df39ac59100e52a1e3492529e9b [file] [log] [blame]
{
"name": "JHHttpClient",
"version": "0.0.4",
"summary": "A swift HttpClient lib.",
"description": "A swift HttpClient lib. on top of Alamofire, EVReflection",
"homepage": "https://github.com/seraphjiang/JHHttpClient",
"license": "MIT",
"authors": {
"jianghuan": "seraphjiang@gmail.com"
},
"source": {
"git": "https://github.com/seraphjiang/JHHttpClient.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JHHttpClient/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"EVReflection": [
],
"AlamofireJsonToObjects": [
]
}
}