blob: 3bcdf7fbe3f1965b45d927e39a387baef22d4fb8 [file] [log] [blame]
{
"name": "CredifyCryptoSwift",
"version": "1.0.10",
"summary": "Credify crypto related framework in Swift",
"description": "Cryptography functions and helpers for Swift. Ed25519 signing, RSA encryption. With PKCS#8 format.",
"homepage": "https://github.com/credify-pte-ltd/CredifyCryptoSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shuichi Nagao": "shu@credify.one"
},
"social_media_url": "https://credify.one",
"swift_versions": "5.3",
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/credify-pte-ltd/CredifyCryptoSwift.git",
"tag": "v1.0.10"
},
"source_files": "CredifyCryptoSwift/**/*.{h,swift}",
"vendored_frameworks": "CredifyCryptoSwift/Crypto.framework",
"swift_version": "5.3"
}