Signal-iOS/SignalServiceKit
Michelle Linington 3bc0fb03ba Make ContactDiscoveryError an NSError subclass
Also, changes how ContactDiscoveryTask is used by callers. Now, callers
check the provided error's retry after to determine when to schedule the
next attempt.

(Except OWSMessageSender for now)
2020-08-13 15:08:05 -07:00
..
protobuf Add trustLevel to SignalServiceAddress 2020-08-05 14:36:43 -07:00
Resources PR Feedback 2020-08-04 14:18:10 -07:00
src Make ContactDiscoveryError an NSError subclass 2020-08-13 15:08:05 -07:00
tests Add some tests to exercise date parsing 2020-08-13 14:40:22 -07:00
Utilities Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08:00
.clang-format
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE
README.md Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08:00

SignalServiceKit

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/signalapp/Signal-iOS.git'