[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / 3 / HTTPTransport / 5.0.0 / HTTPTransport.podspec.json
blob2d0b1f28df1f42781775f204e149d3c0281eb3fe
2   "name": "HTTPTransport",
3   "version": "5.0.0",
4   "summary": "RedMadRobot HTTP transport library",
5   "description": "Based on Alamofire. Implements synchronous transport",
6   "homepage": "https://github.com/RedMadRobot/http-transport",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeorge Taflanidi": "et@redmadrobot.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/RedMadRobot/http-transport.git",
19     "tag": "5.0.0",
20     "branch": "master"
21   },
22   "source_files": "Source/HTTPTransport/HTTPTransport/Classes/**/*",
23   "requires_arc": true,
24   "dependencies": {
25     "Alamofire": [
26       "~> 5.2"
27     ]
28   }