blob: 437d1e854a62e4aa17d338466f0ef2e4227252ad [file] [log] [blame]
{
"name": "VirgilCryptoApiImpl",
"version": "5.0.0-alpha1",
"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": "5.0.0-alpha1"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"VirgilCryptoAPI": [
"~> 1.0"
],
"VirgilCryptoFoundation": [
"~> 0.2.0-alpha"
]
}
}