blob: 88f6a22d85aedebc5f611b28883e1fabde24fe10 [file] [log] [blame]
{
"name": "VirgilKeyknox",
"version": "0.2.0",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Virgil Keyknox SDK for Apple devices and languages.",
"homepage": "https://github.com/VirgilSecurity/keyknox-x/",
"authors": {
"Virgil Security": "https://virgilsecurity.com/"
},
"source": {
"git": "https://github.com/VirgilSecurity/keyknox-x.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.{swift}",
"dependencies": {
"VirgilSDK": [
"~> 5.3"
],
"VirgilCryptoApiImpl": [
"~> 3.0"
]
},
"deprecated": true
}