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