Skip to content

Objective-C Tor Wrapper Framework for iOS

License

Unknown, MPL-2.0 licenses found

Licenses found

Unknown
LICENSE
MPL-2.0
COPYING.MPLv2
Notifications You must be signed in to change notification settings

ChatSecure/OnionKit

Repository files navigation

Build Status

Objective-C Tor Wrapper Framework for iOS. Don't actually use this yet. This project is based on iOS-OnionBrowser and Tor.framework.

To clone:

$ git clone git://github.com/ChatSecure/OnionKit.git
$ cd OnionKit        
$ git submodule update --init --recursive

This will clone all of the required dependencies into the Submodules directory.

Dependency Versions

  • OpenSSL v1.0.1i - 06-Aug-2014
  • libevent v2.0.21-stable - 2012-11-18
  • Tor v0.2.4.21 - Mar 1 2014

Build

Build OpenSSL, libevent and libtor static libaries for iOS.

$ bash build-libssl.sh
$ bash build-libevent.sh
$ bash build-libtor.sh

Usage

Although I haven't submitted the podspec yet, you can try to use OnionKit.podspec in the meantime.

pod 'OnionKit', :git => 'https://github.com/ChatSecure/OnionKit.git'

License

The code for this project is dual licensed under the LGPLv2.1+ and MPL 2.0. The required dependencies are under terms of seperate licenses. More information is available in the LICENSE file.

About

Objective-C Tor Wrapper Framework for iOS

Resources

License

Unknown, MPL-2.0 licenses found

Licenses found

Unknown
LICENSE
MPL-2.0
COPYING.MPLv2

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published