[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 4 / 1 / f / Swiftra / 0.3.1 / Swiftra.podspec.json
blob6f3b53e1d6bec418221bb4061b17e16d11221471
2   "name": "Swiftra",
3   "version": "0.3.1",
4   "summary": "A tiny Sinatra-like web framework for Swift.",
5   "homepage": "https://github.com/mtgto/Swiftra",
6   "license": {
7     "type": "Apache-2.0",
8     "file": "LICENSE.txt"
9   },
10   "authors": {
11     "mtgto": "hogerappa@gmail.com"
12   },
13   "platforms": {
14     "ios": "13.0",
15     "osx": "10.14"
16   },
17   "source": {
18     "git": "https://github.com/mtgto/Swiftra.git",
19     "tag": "0.3.1"
20   },
21   "source_files": "Sources/Swiftra/*.swift",
22   "swift_versions": "5.0",
23   "dependencies": {
24     "SwiftNIOHTTP1": [
25       "~> 2.25.1"
26     ]
27   },
28   "swift_version": "5.0"