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