blob: 8bf702d8a2929d2146be83a6eda41587184242f7 [file] [log] [blame]
{
"name": "VirgilCrypto",
"version": "5.0.0-alpha3",
"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.0.0-alpha3"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"VirgilCryptoAPI": [
"~> 1.0"
],
"VirgilCryptoFoundation": [
"~> 0.7.0"
]
}
}