blob: c2b7e5d1fe2821e94636b08a61d6d0a338235fe4 [file] [log] [blame]
{
"name": "VirgilCryptoRatchet",
"version": "0.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.5.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.5.0"
],
"VSCCrypto/Common": [
"= 0.5.0"
],
"VSCCrypto/Foundation": [
"= 0.5.0"
],
"VSCCrypto/Ratchet": [
"= 0.5.0"
]
}
}