blob: 54021da9ef0ec16073d84a143ad49ba445599d38 [file] [log] [blame]
{
"name": "JHHttpClient",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JHHttpClient/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"EVReflection": [
],
"AlamofireJsonToObjects": [
]
}
}