Skip to content

Commit f8bf5e0

Browse files
Update Readme
Add Swift Package manager reference
1 parent e247b0a commit f8bf5e0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Marvin
2+
3+
## Installation
4+
5+
### Swift Package Manager
6+
```
7+
dependencies: [
8+
.package(url: "https://github.com/monksoftware/Marvin.git", from: "1.0.0")
9+
]
10+
```
11+
12+
### Carthage
13+
```
14+
github 'monksoftware/Marvin'
15+
```
16+
17+
Made with ❤️ in Italy, by [Monk](https://www.monksoftware.it "Monk's homepage")
18+
19+
<p align="left" >
20+
<img src="https://github.com/monksoftware/Marvin/blob/master/monk-logo.png" width=200px height=50px alt="Marvin" title="Marvin">
21+
</p>

0 commit comments

Comments
 (0)