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.
Build OpenSSL, libevent and libtor static libaries for iOS.
$ bash build-libssl.sh
$ bash build-libevent.sh
$ bash build-libtor.sh
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'
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.