blob: 22da8c4b0eea78a2eaf13f2607f289460067590e [file] [log] [blame]
{
"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": "moshkin_alexander@outlook.com"
},
"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"
]
}
}