blob: 95bb43031e8672bd214f921ba51a739383c4440f [file] [log] [blame]
{
"name": "LibSignalProtocolSwift",
"summary": "A Swift implementation of the Signal Protocol",
"license": "MIT",
"version": "1.3",
"source": {
"git": "https://github.com/christophhagen/LibSignalProtocolSwift.git",
"tag": "1.3"
},
"swift_version": "5.0",
"module_name": "SignalProtocol",
"authors": {
"Christoph Hagen": "christoph@spacemasters.eu"
},
"homepage": "https://github.com/christophhagen/LibSignalProtocolSwift",
"platforms": {
"ios": "9.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "4.0"
},
"source_files": "Sources/**/*.{swift,h}",
"dependencies": {
"SwiftProtobuf": [
],
"Curve25519": [
],
"CommonCryptoModule": [
]
}
}