[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 7 / 2 / 1 / libsignal-protocol-c / 2.3.2 / libsignal-protocol-c.podspec.json
blob5a037a206f1e3bd40bbc6f263eff7204ff2d2d7f
2   "name": "libsignal-protocol-c",
3   "version": "2.3.2",
4   "summary": "Signal Protocol",
5   "platforms": {
6     "ios": "12.0",
7     "osx": "11.0"
8   },
9   "description": "This is a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments.",
10   "homepage": "https://github.com/wuyuehyang/libsignal-protocol-c",
11   "license": {
12     "type": "GPLv3",
13     "text": "                Copyright 2015-2016 Open Whisper Systems\n\t\t\t\t\t\t\t\tLicensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html\n\t\t\t\t\t\t\t\tAdditional 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"
14   },
15   "authors": {
16     "Open Whisper Systems": "support@whispersystems.org"
17   },
18   "source": {
19     "git": "https://github.com/wuyuehyang/libsignal-protocol-c"
20   },
21   "source_files": [
22     "src/**/*.{h,c}"
23   ],
24   "exclude_files": "src/curve25519/ed25519/main",
25   "public_header_files": [
26     "src/signal_protocol.h",
27     "src/signal_protocol_types.h",
28     "src/curve.h",
29     "src/hkdf.h",
30     "src/ratchet.h",
31     "src/protocol.h",
32     "src/session_state.h",
33     "src/session_record.h",
34     "src/session_pre_key.h",
35     "src/session_builder.h",
36     "src/session_cipher.h",
37     "src/key_helper.h",
38     "src/sender_key.h",
39     "src/sender_key_state.h",
40     "src/sender_key_record.h",
41     "src/group_session_builder.h",
42     "src/group_cipher.h",
43     "src/fingerprint.h",
44     "src/curve25519/curve25519-donna.h"
45   ],
46   "xcconfig": {
47     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/libsignal-protocol-c/src $(PODS_ROOT)/libsignal-protocol-c/src/curve25519 $(PODS_ROOT)/libsignal-protocol-c/src/curve25519/ed25519 $(PODS_ROOT)/libsignal-protocol-c/src/protobuf-c"
48   }