Update JSQMessagesViewController pod.

// FREEBIE
pull/1/head
Matthew Chen 7 years ago
parent 95eaa2c3bb
commit 1be49e4858

@ -5,8 +5,8 @@ target 'Signal' do
pod 'ATAppUpdater' pod 'ATAppUpdater'
pod 'AxolotlKit', git: 'https://github.com/WhisperSystems/SignalProtocolKit.git' pod 'AxolotlKit', git: 'https://github.com/WhisperSystems/SignalProtocolKit.git'
#pod 'AxolotlKit', path: '../SignalProtocolKit' #pod 'AxolotlKit', path: '../SignalProtocolKit'
#pod 'JSQMessagesViewController', git: 'https://github.com/WhisperSystems/JSQMessagesViewController.git', branch: 'signal-master' pod 'JSQMessagesViewController', git: 'https://github.com/WhisperSystems/JSQMessagesViewController.git', branch: 'signal-master'
pod 'JSQMessagesViewController', path: '../JSQMessagesViewController' #pod 'JSQMessagesViewController', path: '../JSQMessagesViewController'
pod 'PureLayout' pod 'PureLayout'
pod 'OpenSSL', git: 'https://github.com/WhisperSystems/OpenSSL-Pod' pod 'OpenSSL', git: 'https://github.com/WhisperSystems/OpenSSL-Pod'
pod 'Reachability' pod 'Reachability'

@ -114,7 +114,7 @@ PODS:
DEPENDENCIES: DEPENDENCIES:
- ATAppUpdater - ATAppUpdater
- AxolotlKit (from `https://github.com/WhisperSystems/SignalProtocolKit.git`) - AxolotlKit (from `https://github.com/WhisperSystems/SignalProtocolKit.git`)
- JSQMessagesViewController (from `../JSQMessagesViewController`) - JSQMessagesViewController (from `https://github.com/WhisperSystems/JSQMessagesViewController.git`, branch `signal-master`)
- OpenSSL (from `https://github.com/WhisperSystems/OpenSSL-Pod`) - OpenSSL (from `https://github.com/WhisperSystems/OpenSSL-Pod`)
- PureLayout - PureLayout
- Reachability - Reachability
@ -125,7 +125,8 @@ EXTERNAL SOURCES:
AxolotlKit: AxolotlKit:
:git: https://github.com/WhisperSystems/SignalProtocolKit.git :git: https://github.com/WhisperSystems/SignalProtocolKit.git
JSQMessagesViewController: JSQMessagesViewController:
:path: ../JSQMessagesViewController :branch: signal-master
:git: https://github.com/WhisperSystems/JSQMessagesViewController.git
OpenSSL: OpenSSL:
:git: https://github.com/WhisperSystems/OpenSSL-Pod :git: https://github.com/WhisperSystems/OpenSSL-Pod
SignalServiceKit: SignalServiceKit:
@ -137,6 +138,9 @@ CHECKOUT OPTIONS:
AxolotlKit: AxolotlKit:
:commit: 6e9d5e8c3dc87e397b4b7485172507b0990a22dd :commit: 6e9d5e8c3dc87e397b4b7485172507b0990a22dd
:git: https://github.com/WhisperSystems/SignalProtocolKit.git :git: https://github.com/WhisperSystems/SignalProtocolKit.git
JSQMessagesViewController:
:commit: f9063f634fc1e877eb85e4cf7b2bb5a246c41fcd
:git: https://github.com/WhisperSystems/JSQMessagesViewController.git
OpenSSL: OpenSSL:
:commit: b2d3c149102032a09aefbfb470885db4aa83efad :commit: b2d3c149102032a09aefbfb470885db4aa83efad
:git: https://github.com/WhisperSystems/OpenSSL-Pod :git: https://github.com/WhisperSystems/OpenSSL-Pod
@ -167,6 +171,6 @@ SPEC CHECKSUMS:
UnionFind: c33be5adb12983981d6e827ea94fc7f9e370f52d UnionFind: c33be5adb12983981d6e827ea94fc7f9e370f52d
YapDatabase: cd911121580ff16675f65ad742a9eb0ab4d9e266 YapDatabase: cd911121580ff16675f65ad742a9eb0ab4d9e266
PODFILE CHECKSUM: 4a6db311736b5ab36b660af813dcdf0af62da48c PODFILE CHECKSUM: 2f847bb25e70d1d376f38cf21ae08624fa6ed67d
COCOAPODS: 1.2.1 COCOAPODS: 1.2.1

Loading…
Cancel
Save