4 "summary": "The Absio Crypto SDK for iOS and macOs",
5 "description": "The Absio Crypto SDK provides basic cryptographic operations: key generation, key exchange,\nencyption/decryption, HMAC, signing, hashing and elliptic curve cryptography (ECC). \nA custom Integrated Encryption Scheme (IES) for confidentiality\nand source verification is included as part of the ECC features.",
6 "homepage": "https://github.com/Absio/swift-absio-crypto",
7 "documentation_url": "https://absio.github.io/swift-absio-crypto/",
10 "text": " http://docs.absio.com/#licenselicense\n"
13 "http": "https://nexus.absio.com/repository/swift-artifactory/absioCrypto/builds/1.1.0/AbsioCrypto.zip"
16 "Absio Corporation": "https://www.absio.com/contact"
23 "vendored_frameworks": [
24 "AbsioCrypto/ios/AbsioCryptoiOS.framework",
25 "AbsioCrypto/ios/OpenSSL.framework"
27 "vendored_libraries": [
28 "AbsioCrypto/ios/lib/libcrypto.a",
29 "AbsioCrypto/ios/lib/libssl.a"
33 "vendored_frameworks": [
34 "AbsioCrypto/macOS/AbsioCryptoMacOS.framework",
35 "AbsioCrypto/macOS/OpenSSL.framework"
37 "vendored_libraries": [
38 "AbsioCrypto/macOS/lib/libcrypto.a",
39 "AbsioCrypto/macOs/lib/libssl.a"