Skip to content

Commit ac203b1

Browse files
authored
Create README.md
1 parent f21f36c commit ac203b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# BencodeKit
2+
This project's main intent is to allow you to deserialise and reserialise .torrent files natively in Swift without having to worry about all the null pointer and potential segfault stuff that comes with using a C library.
3+
4+
# Usage
5+
I recommend using Carthage to add BencodeKit to your project.
6+
7+
Add the following to your Cartfile:
8+
```
9+
github "MonadicConsulting/BencodeKit"
10+
```

0 commit comments

Comments
 (0)