blob: 77adbbe758c29dd5739417f5d48d3c14b8f4fac9 [file] [log] [blame]
{
"name": "VirgilSDKPythia",
"version": "0.4.0",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Virgil Pythia SDK for Apple devices and languages.",
"homepage": "https://github.com/VirgilSecurity/virgil-pythia-x/",
"authors": {
"Virgil Security": "https://virgilsecurity.com/"
},
"source": {
"git": "https://github.com/VirgilSecurity/virgil-pythia-x.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.{swift}",
"dependencies": {
"VirgilSDK": [
"~> 5.3"
],
"VirgilCryptoApiImpl": [
"~> 3.1"
]
}
}