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