blob: 7ac63d56f08c8bebe7d8cd74d97fcef36db4b699 [file] [log] [blame]
{
"name": "StickProtocol",
"version": "1.0.2",
"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://stick-protocol.s3.eu-central-1.amazonaws.com/StickProtocol.zip"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}