blob: 5333dc7740c973dd2b5aaf0059f672fb6b8a12a7 [file] [log] [blame]
{
"name": "VirgilCryptoApiImpl",
"version": "3.1.3",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Contains implementation of VirgilCryptoAPI using VirgilCrypto library.",
"homepage": "https://github.com/VirgilSecurity/virgil-foundation-x",
"authors": {
"Virgil Security": "https://virgilsecurity.com/"
},
"source": {
"git": "https://github.com/VirgilSecurity/virgil-foundation-x.git",
"tag": "3.1.3"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "VirgilCryptoApiImpl/**/*.swift",
"dependencies": {
"VirgilCryptoAPI": [
"= 1.0.2"
],
"VirgilCrypto": [
"= 3.1.3"
]
}
}