Instructions, how to use SignalServiceKit

// FREEBIE
This commit is contained in:
Michael Kirk 2017-07-21 16:20:26 -04:00
parent de8a1b429a
commit 6ef9d568fc
2 changed files with 10 additions and 0 deletions

View File

@ -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.

View File

@ -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'