[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / 3 / HTTPTransport / 5.1.1 / HTTPTransport.podspec.json
blob8d3a001f3aa8d5cee4f1467cf43e7b3f5dbaa303
2   "name": "HTTPTransport",
3   "version": "5.1.1",
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.1.1",
20     "branch": "master"
21   },
22   "source_files": "Source/HTTPTransport/HTTPTransport/Classes/**/*",
23   "requires_arc": true,
24   "dependencies": {
25     "Alamofire": [
26       "~> 5"
27     ]
28   },
29   "swift_versions": [
30     "5.0"
31   ],
32   "swift_version": "5.0"