blob: 7d470f7ed3c0fdb374fc46268982e53de65f6482 [file] [log] [blame]
{
"name": "VirgilSDKRatchet",
"version": "0.3.1",
"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.3.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.{h,m,swift}",
"dependencies": {
"VirgilCryptoRatchet": [
"~> 0.11.0"
],
"VirgilSDK": [
"~> 7.0"
]
},
"swift_version": "5.1"
}