blob: 658e88f89b2e6ae3791e35d8d85b8d7b7532a716 [file] [log] [blame]
{
"name": "VirgilCryptoRatchet",
"version": "0.8.0",
"swift_versions": "5.0",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"summary": "Contains swift for double ratchet crypto operations.",
"homepage": "https://github.com/VirgilSecurity/virgil-cryptowrapper-x",
"authors": {
"Virgil Security": "https://virgilsecurity.com/"
},
"source": {
"git": "https://github.com/VirgilSecurity/virgil-cryptowrapper-x.git",
"tag": "0.8.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"public_header_files": "VirgilCryptoRatchet/VirgilCryptoRatchet.h",
"source_files": "VirgilCryptoRatchet/**/*.{h,mm,swift}",
"dependencies": {
"VirgilCryptoFoundation": [
"= 0.8.0"
],
"VSCCrypto/Common": [
"= 0.8.0"
],
"VSCCrypto/Foundation": [
"= 0.8.0"
],
"VSCCrypto/Ratchet": [
"= 0.8.0"
]
},
"swift_version": "5.0"
}