blob: 8c3ee3c36ef3eaf4c0ab840fabd792218e4c8551 [file] [log] [blame]
{
"name": "LibSignalProtocolSwift",
"summary": "A Swift implementation of the Signal Protocol API",
"license": "MIT",
"version": "0.9.7",
"source": {
"git": "https://github.com/christophhagen/LibSignalProtocolSwift.git",
"tag": "0.9.7"
},
"swift_version": "4.0",
"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": "SignalProtocolSwift/**/*.{swift,h,c}",
"dependencies": {
"SwiftProtobuf": [
],
"Curve25519": [
],
"CommonCryptoModule": [
]
}
}