Latest | 0.0.3 |
---|---|
Homepage | https://github.com/DarthRamone/HKDFKitSwift |
License | MIT |
Platforms | ios 9.1, requires ARC |
Dependencies | IDZSwiftCommonCrypto |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
HKDFKitSwift is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "HKDFKitSwift"
Latest podspec
{ "name": "HKDFKitSwift", "version": "0.0.3", "summary": "HKDFKit provides Swift implementations of HKDF", "description": "HKDFKitSwift additionally supports the TextSecure v2 protocol HKDF.nFully copied from obj-c version", "homepage": "https://github.com/DarthRamone/HKDFKitSwift", "license": "MIT", "authors": { "Alexander Moshkin": "[email protected]" }, "source": { "git": "https://github.com/DarthRamone/HKDFKitSwift.git", "tag": "0.0.3" }, "platforms": { "ios": "9.1" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "dependencies": { "IDZSwiftCommonCrypto": [ "~> 0.6" ] } }
Sat, 05 Mar 2016 11:16:04 +0000