Skip to content

Commit

Permalink
Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Feb 24, 2022
1 parent 11600b8 commit ceda81b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions FlyingFox.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "FlyingFox",
"version": "0.3.0",
"summary": "Lightweight, HTTP server written in Swift using async/await",
"homepage": "https://github.com/swhitty/FlyingFox",
"authors": "Simon Whitty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/swhitty/FlyingFox.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.5"
}

0 comments on commit ceda81b

Please sign in to comment.