blob: 9f390766fa508f4910ff56725c63504702ce8f8e [file] [log] [blame]
{
"name": "StickProtocol",
"version": "1.1.68",
"summary": "End-to-End Encryption protocol for Social Networks based on the Signal Protocol",
"swift_versions": "5.0",
"description": "This is a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments.\nhttps://github.com/WhisperSystems/libsignal-protocol-c",
"homepage": "https://github.com/STiiiCK/stick-protocol",
"license": {
"type": "MIT",
"text": "The MIT License (MIT) \n Copyright (c) Omar Basem\n <founder@stiiick.com \n Permission is hereby granted, free fo charge, to any person obtaining a copy\n of this software and associated documentation files"
},
"authors": {
"Omar Basem": "founder@stiiick.com"
},
"platforms": {
"ios": "12.0"
},
"ios": {
"vendored_frameworks": "StickProtocol.framework"
},
"source": {
"http": "https://dl.dropboxusercontent.com/s/c6xiws1ans9u8v7/StickProtocol.zip?dl=0"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"dependencies": {
"CryptoSwift": [
],
"SignalArgon2": [
],
"StickySignalProtocolC": [
"~> 1.0.0"
]
},
"swift_version": "5.0"
}