blob: 95a01b775659f3f385e6e8b35d5495b75f3e7e69 [file] [log] [blame]
{
"name": "VirgilSDKRatchet",
"version": "0.4.0",
"swift_versions": "5.1",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Virgil SDK for communication using Double Ratchet protocol for Apple devices and languages.",
"homepage": "https://github.com/VirgilSecurity/virgil-ratchet-x/",
"authors": {
"Virgil Security": "https://virgilsecurity.com/"
},
"source": {
"git": "https://github.com/VirgilSecurity/virgil-ratchet-x.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.{h,m,swift}",
"dependencies": {
"VirgilCryptoRatchet": [
"~> 0.12.0"
],
"VirgilSDK": [
"~> 7.1"
]
},
"swift_version": "5.1"
}