[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / f / 8 / 5 / JHHttpClient / 0.0.3 / JHHttpClient.podspec.json
blob54021da9ef0ec16073d84a143ad49ba445599d38
2   "name": "JHHttpClient",
3   "version": "0.0.3",
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.3"
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   }