Signal-iOS/SignalServiceKit
Michelle Linington 8d884c8ff5 Rename strong reference property to satisfy swift lint
Calling it "strongDelegate" tricks swift lint into correcting the
property to be weak. Renamed it "strongReference" to work around this.
2021-01-23 10:38:41 -08:00
..
protobuf Add a preference for contact/profile avatars 2021-01-12 16:29:29 -08:00
Resources Refine handling of unverified safety number changes. 2021-01-21 22:31:08 -03:00
src Rename strong reference property to satisfy swift lint 2021-01-23 10:38:41 -08:00
tests Fix tests 2021-01-21 16:21:59 -08: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'