Skip to content

Commit ceda81b

Browse files
committed
Podspec
1 parent 11600b8 commit ceda81b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

FlyingFox.podspec.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "FlyingFox",
3+
"version": "0.3.0",
4+
"summary": "Lightweight, HTTP server written in Swift using async/await",
5+
"homepage": "https://github.com/swhitty/FlyingFox",
6+
"authors": "Simon Whitty",
7+
"license": {
8+
"type": "MIT",
9+
"file": "LICENSE"
10+
},
11+
"source": {
12+
"git": "https://github.com/swhitty/FlyingFox.git",
13+
"tag": "0.3.0"
14+
},
15+
"platforms": {
16+
"ios": "13.0",
17+
"osx": "10.15",
18+
"tvos": "13.0"
19+
},
20+
"source_files": "Sources/**/*.swift",
21+
"swift_version": "5.5"
22+
}

0 commit comments

Comments
 (0)