libsignal-protocol-c
libsignal-protocol-c copied to clipboard
Add SignalProtocolC.podspec - CocoaPods support for Apple targets
Addresses #16. To make integration easier on Apple targets, I made a podspec file as an alternative to using CMake. I'm maintaining SignalProtocolC.podspec as a dependency for our Objective-C wrapper SignalProtocol-ObjC.
Potential issues:
- ~~To submit upstream to the CocoaPods repository, semantically versioned tagged releases are strongly recommended. The podspec is currently pinned to b0f0e72159849bd1505d2af510bdd51d8871ce73.~~ fixed, now using v2.3.1
- ~~I omitted installation instructions in the README.~~
@dkonigsberg Btw, I've published SignalProtocolC.podspec based on [email protected], and made a Carthage-compatible SignalProtocolC.framework project as well: https://github.com/ChatSecure/SignalProtocolC
Thanks for adding the semver tags!