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.2.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"
31 "pod_target_xcconfig": {
32 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34 "user_target_xcconfig": {
35 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39 "vendored_frameworks": [
40 "AbsioCrypto/macOS/AbsioCryptoMacOS.framework",
41 "AbsioCrypto/macOS/OpenSSL.framework"
43 "vendored_libraries": [
44 "AbsioCrypto/macOS/lib/libcrypto.a",
45 "AbsioCrypto/macOs/lib/libssl.a"
47 "user_target_xcconfig": {
48 "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"
50 "pod_target_xcconfig": {
51 "EXCLUDED_ARCHS[sdk=macosx*]": "arm64"