From 6ef9d568fcaca0e2c868d4796d2dff5a59062966 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Fri, 21 Jul 2017 16:20:26 -0400 Subject: [PATCH] Instructions, how to use SignalServiceKit // FREEBIE --- README.md | 5 +++++ SignalServiceKit/README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 19995ef1f..ab508e24e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,11 @@ This repository is set up with [BitHub](https://whispersystems.org/blog/bithub/) ## Contributing Ideas Have something you want to say about Open Whisper Systems projects or want to be part of the conversation? Get involved in the [community forum](https://whispersystems.discoursehosting.net). +## SignalServiceKit + +Check out the [SignalServiceKit README](SignalServiceKit/README.md) for +details about using SignalServiceKit in your own app. + ## Cryptography Notice This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. diff --git a/SignalServiceKit/README.md b/SignalServiceKit/README.md index 3c05a1907..c775e391d 100644 --- a/SignalServiceKit/README.md +++ b/SignalServiceKit/README.md @@ -2,3 +2,8 @@ SignalServiceKit is an Objective-C library for communicating with the Signal messaging service for iOS & OS X + +To use SignalServiceKit via Cocoapods add the following to your Podfile + + pod 'SignalServiceKit', git: 'https://github.com/WhisperSystems/Signal-iOS.git' +