libsignal-protocol-c icon indicating copy to clipboard operation
libsignal-protocol-c copied to clipboard

Add SignalProtocolC.podspec - CocoaPods support for Apple targets

Open chrisballinger opened this issue 9 years ago • 1 comments

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:

  1. ~~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
  2. ~~I omitted installation instructions in the README.~~

chrisballinger avatar Sep 27 '16 20:09 chrisballinger

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

chrisballinger avatar Mar 30 '17 22:03 chrisballinger