blob: ff19aa297848b58c73fd037de8bfe6f7620fecca [file] [log] [blame]
{
"name": "HKDF",
"version": "1.0.6",
"summary": "HKDF using HMAC-SHA-512/256",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"homepage": "https://ticeapp.com",
"authors": {
"TICE Software UG (haftungsbeschränkt)": "contact@ticeapp.com"
},
"source": {
"git": "https://github.com/TICESoftware/HKDF.git",
"tag": "1.0.6"
},
"license": {
"type": "MIT"
},
"source_files": "Sources/**/*",
"dependencies": {
"Sodium-Fork": [
]
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.0"
}