Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Qata authored Feb 1, 2017
1 parent f21f36c commit ac203b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# BencodeKit
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.

# Usage
I recommend using Carthage to add BencodeKit to your project.

Add the following to your Cartfile:
```
github "MonadicConsulting/BencodeKit"
```

0 comments on commit ac203b1

Please sign in to comment.