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