This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.
You can find the published source code at github.com/wireapp/wire.
For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.
This framework is part of Wire iOS. Additional documentation is available in the Wire iOS wiki.
This project provides for cross-compilation of cryptobox for iOS, currently only in the form of static libraries.
You can integrate Objective-C Wrapper (Cryptobox.framework) using Carthage.
When Carthage will build it first time it will also build libcryptobox.a
and libsodium.a
in Carthage/Checkouts/cryptobox-ios/build
with libs
and include
subfolders. So you can just add these paths to Libraries Search Paths and Headers Search Paths of your project.