blob: 636e94746aad9319ef905641fcbc48b30f905a8d [file] [log] [blame]
{
"name": "LibSignalProtocolSwift",
"summary": "A Swift implementation of the Signal Protocol",
"license": "MIT",
"version": "1.0.1",
"source": {
"git": "https://github.com/christophhagen/LibSignalProtocolSwift.git",
"tag": "1.0.1"
},
"swift_version": "4.1",
"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": [
]
}
}