[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 2 / 0 / SignalProtocolObjC / 1.1.0 / SignalProtocolObjC.podspec.json
blob85679988e0846f7e847e82f5811a2eef719d9aed
2   "name": "SignalProtocolObjC",
3   "version": "1.1.0",
4   "summary": "Unofficial Objective-C wrapper for libsignal-protocol-c",
5   "description": "Unofficial Objective-C wrapper for libsignal-protocol-c.\nIt is built for use in [ChatSecure iOS](https://github.com/chatsecure/chatsecure-ios) to provide [OMEMO](https://conversations.im/omemo/) support. This software is not affiliated with or endorsed by Open Whisper Systems.",
6   "homepage": "https://github.com/ChatSecure/SignalProtocol-ObjC",
7   "license": {
8     "type": "GPLv3",
9     "text": "                Copyright 2016-2017 Chris Ballinger\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), the author(s) also grant 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                This software depends on libsignal-protocol-c which is covered by a [separate license](https://github.com/whispersystems/libsignal-protocol-c#license).\n\n"
10   },
11   "authors": {
12     "Chris Ballinger": "chris@chatsecure.org"
13   },
14   "social_media_url": "https://twitter.com/chatsecure/",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source": {
22     "git": "https://github.com/ChatSecure/SignalProtocol-ObjC.git",
23     "tag": "1.1.0"
24   },
25   "source_files": [
26     "Classes/**/*.{h,m}"
27   ],
28   "private_header_files": [
29     "Classes/**/*_Internal.h",
30     "Classes/Models/SignalMessage.h"
31   ],
32   "dependencies": {
33     "SignalProtocolC": [
34       "~> 2.3.2"
35     ]
36   }