[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / f / c / 5 / CHRequest / 0.1.0 / CHRequest.podspec.json
blob5dc58bd0e4eab705f4be0347a07764472c478434
2   "name": "CHRequest",
3   "version": "0.1.0",
4   "summary": "Network framework base on Alamofire in Swift",
5   "homepage": "https://github.com/chausson/CHRequest",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Chausson": "232564026@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/chausson/CHRequest.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "CHRequest/Classes/**/*",
21   "dependencies": {
22     "HandyJSON": [
23       "~> 1.6.0"
24     ],
25     "Result": [
27     ],
28     "Alamofire": [
29       "~> 4.1"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"