blob: 63a96f7a9ade8ecfa7df6e3e242bc6256db2329d [file] [log] [blame]
{
"name": "VirgilCryptoApiImpl",
"version": "3.2.2",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Contains implementation of VirgilCryptoAPI using VirgilCrypto 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": "3.2.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "VirgilCryptoApiImpl/**/*.swift",
"dependencies": {
"VirgilCryptoAPI": [
"~> 1.0"
],
"VirgilCrypto": [
"= 3.2.2"
]
}
}