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