blob: fe5378c99d894345564c851227a87dd56d8fce23 [file] [log] [blame]
{
"name": "VirgilCrypto",
"version": "5.4.0",
"swift_versions": "5.0",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Contains high level crypto operations VirgilCrypto c library.",
"homepage": "https://github.com/VirgilSecurity/virgil-crypto-x",
"authors": {
"Virgil Security": "https://virgilsecurity.com/"
},
"source": {
"git": "https://github.com/VirgilSecurity/virgil-crypto-x.git",
"tag": "5.4.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"VirgilCryptoFoundation": [
"~> 0.14.0"
]
},
"swift_version": "5.0"
}