blob: a969e640769837d299a5b781b43d5958d3462fa6 [file] [log] [blame]
{
"name": "SignalC",
"version": "2.3.3",
"summary": "Signal Protocol C Library",
"platforms": {
"ios": "11.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/OmarBasem/SignalC",
"license": {
"type": "GPLv3",
"text": " Copyright 2015-2016 Open Whisper Systems\n\n Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html\n\n Additional Permissions For Submission to Apple App Store: Provided that you are otherwise in compliance with the GPLv3 for each covered work you convey (including without limitation making the Corresponding Source available in compliance with Section 6 of the GPLv3), Open Whisper Systems also grants you the additional permission to convey through the Apple App Store non-source executable versions of the Program as incorporated into each applicable covered work as Executable Versions only under the Mozilla Public License version 2.0 (https://www.mozilla.org/en-US/MPL/2.0/).\n\n"
},
"authors": {
"Open Whisper Systems": "support@whispersystems.org"
},
"social_media_url": "https://twitter.com/whispersystems/",
"source": {
"git": "https://github.com/WhisperSystems/libsignal-protocol-c.git",
"tag": "v2.3.3"
},
"source_files": [
"src/**/*.{h,c}"
],
"exclude_files": "src/curve25519/ed25519/main",
"public_header_files": [
"src/signal_protocol.h",
"src/signal_protocol_types.h",
"src/curve.h",
"src/hkdf.h",
"src/ratchet.h",
"src/protocol.h",
"src/session_state.h",
"src/session_record.h",
"src/session_pre_key.h",
"src/session_builder.h",
"src/session_cipher.h",
"src/key_helper.h",
"src/sender_key.h",
"src/sender_key_state.h",
"src/sender_key_record.h",
"src/group_session_builder.h",
"src/group_cipher.h",
"src/fingerprint.h"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/SignalC/src $(PODS_ROOT)/SignalC/src/curve25519 $(PODS_ROOT)/SignalC/src/curve25519/ed25519 $(PODS_ROOT)/SignalC/src/protobuf-c"
}
}