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