Skip to content

MonadicConsulting/BencodeKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"