[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 0 / SignalProtocolObjC / 1.0.0 / SignalProtocolObjC.podspec.json
blob3fee68f83ea79012c87240af55844fe62bc57d4e
2   "name": "SignalProtocolObjC",
3   "version": "1.0.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.9"
18   },
19   "source": {
20     "git": "https://github.com/ChatSecure/SignalProtocol-ObjC.git",
21     "tag": "1.0.0"
22   },
23   "source_files": [
24     "Classes/**/*.{h,m}"
25   ],
26   "private_header_files": [
27     "Classes/**/*_Internal.h",
28     "Classes/Models/SignalMessage.h"
29   ],
30   "dependencies": {
31     "SignalProtocolC": [
32       "~> 2.3.1"
33     ]
34   }