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