[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / f / 8 / 5 / JHHttpClient / 0.0.1 / JHHttpClient.podspec.json
blob5edec7f8fdb4662718a53a1bc5758309e7883f6c
2   "name": "JHHttpClient",
3   "version": "0.0.1",
4   "summary": "A swift HttpClient lib.",
5   "description": "A swift HttpClient lib. on top of Alamofire, EVReflection",
6   "homepage": "https://github.com/seraphjiang/JHHttpClient",
7   "license": "MIT",
8   "authors": {
9     "jianghuan": "seraphjiang@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/seraphjiang/JHHttpClient.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "JHHttpClient/Classes/**/*",
19   "dependencies": {
20     "Alamofire": [
22     ],
23     "EVReflection": [
25     ],
26     "AlamofireJsonToObjects": [
28     ]
29   }