blob: e904e3dca496e35f01f78b0643ac05a780db3fc9 [file] [log] [blame]
{
"name": "StickProtocol",
"version": "1.1.19",
"summary": "Customized Signal Protocol C Library for the Stick Protocol",
"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"
}
}