[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / d / 0 / Http.swift / 1.3.2 / Http.swift.podspec.json
blob84be26de8665cbe5e4638620b3a32ad4be4324b4
2   "name": "Http.swift",
3   "version": "1.3.2",
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": "1.3.2"
16   },
17   "module_name": "HttpSwift",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/*.swift",
24   "dependencies": {
25     "Socket.swift": [
26       "~> 1.3"
27     ]
28   },
29   "pushed_with_swift_version": "3.1"