Skip to content

Commit 88b7d1a

Browse files
committed
Add shields.io badges to README
1 parent 086d1a2 commit 88b7d1a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
<img src="/Docs/Images/FullScreenSafariView-Logotype.svg">
44
</p>
55

6+
<p align="center">
7+
<a href="https://swift.org/">
8+
<img src="https://img.shields.io/badge/Swift-5.1-f05138" alt="Swift: 5.1">
9+
</a>
10+
<a href="https://github.com/stleamist/FullScreenSafariView/releases/latest">
11+
<img src="https://img.shields.io/github/v/release/stleamist/FullScreenSafariView?label=version" alt="version">
12+
</a>
13+
<a href="https://swift.org/package-manager/">
14+
<img src="https://img.shields.io/badge/SwiftPM-compatible-brightgreen" alt="SwiftPM: compatible">
15+
</a>
16+
<a href="/LICENSE">
17+
<img src="https://img.shields.io/github/license/stleamist/FullScreenSafariView" alt="license">
18+
</a>
19+
<a href="https://twitter.com/stleamist">
20+
<img src="https://img.shields.io/badge/contact-@stleamist-1da1f2" alt="contact: @stleamist">
21+
</a>
22+
</p>
23+
624
# FullScreenSafariView
725
FullScreenSafariView is a clean way to present a full-screen SFSafariViewController with a push transition in SwiftUI.
826

0 commit comments

Comments
 (0)