blob: 85679988e0846f7e847e82f5811a2eef719d9aed [file] [log] [blame]
{
"name": "SignalProtocolObjC",
"version": "1.1.0",
"summary": "Unofficial Objective-C wrapper for libsignal-protocol-c",
"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.",
"homepage": "https://github.com/ChatSecure/SignalProtocol-ObjC",
"license": {
"type": "GPLv3",
"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"
},
"authors": {
"Chris Ballinger": "chris@chatsecure.org"
},
"social_media_url": "https://twitter.com/chatsecure/",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/ChatSecure/SignalProtocol-ObjC.git",
"tag": "1.1.0"
},
"source_files": [
"Classes/**/*.{h,m}"
],
"private_header_files": [
"Classes/**/*_Internal.h",
"Classes/Models/SignalMessage.h"
],
"dependencies": {
"SignalProtocolC": [
"~> 2.3.2"
]
}
}