Skip to content

Tanker client-side encryption SDK for iOS

License

Notifications You must be signed in to change notification settings

TankerHQ/sdk-ios

Repository files navigation

Tanker logo

License Cocoapods Platform Last Commit

Encryption SDK for iOS

Overview · Getting started · Documentation · Release notes · Contributing · License

Overview

Tanker is an open-source client SDK that can be embedded in any application.

It leverages powerful client-side encryption of any type of data, textual or binary, but without performance loss and assuring a seamless end-user experience. No cryptographic skills are required.

Getting started

The Tanker iOS SDK is distributed on CocoaPods.

You just need to add the following lines to your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/TankerHQ/PodSpecs.git'

target 'YourApp' do
  use_frameworks!
  pod 'Tanker', '~> X.Y.Z'
end

Tanker also provides open-source Android and JavaScript SDKs.

Documentation

For more details and code examples, please refer to:

Or fiddle with the quickstart examples to see the Tanker SDKs integrated in a collection of demo apps.

Release notes

Detailed changes for each release are documented in the release notes.

Contributing

We welcome feedback. Feel free to open any issue on the Github bug tracker.

We are actively working to allow external developers to build and test this sdk from source.

License

The Tanker iOS SDK is licensed under the Apache License, version 2.0.