[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / d / 0 / Http.swift / 2.2.1 / Http.swift.podspec.json
blob6ef92ec68f06a9552950f0e7da24161e8e1bf327
2   "name": "Http.swift",
3   "version": "2.2.1",
4   "summary": "A tiny http server engine written in swift.",
5   "homepage": "https://github.com/BiAtoms/Http.swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Orkhan Alikhanov": "orkhan.alikhanov@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/BiAtoms/Http.swift.git",
15     "tag": "2.2.1"
16   },
17   "module_name": "HttpSwift",
18   "swift_versions": [
19     "5.0"
20   ],
21   "platforms": {
22     "ios": "8.0",
23     "osx": "10.9",
24     "tvos": "9.0"
25   },
26   "source_files": "Sources/*.swift",
27   "dependencies": {
28     "Socket.swift": [
29       "~> 2.3"
30     ]
31   },
32   "swift_version": "5.0"