Specify SignalServiceKit CryptoSwift version

This commit is contained in:
nielsandriesse 2020-06-04 09:13:01 +10:00
parent 0979f12bf3
commit fc635d45d3
1 changed files with 2 additions and 3 deletions

View File

@ -40,7 +40,7 @@ An Objective-C library for communicating with the Signal messaging service.
s.dependency 'Curve25519Kit'
s.dependency 'CocoaLumberjack'
s.dependency 'CryptoSwift'
s.dependency 'CryptoSwift', '~> 1.0'
s.dependency 'AFNetworking'
s.dependency 'AxolotlKit'
s.dependency 'Mantle'
@ -53,8 +53,7 @@ An Objective-C library for communicating with the Signal messaging service.
s.dependency 'SwiftProtobuf'
s.dependency 'SignalCoreKit'
s.dependency 'SignalMetadataKit'
s.dependency 'PromiseKit', "~> 6.0"
s.dependency 'PromiseKit', '~> 6.0'
s.test_spec 'Tests' do |test_spec|
test_spec.source_files = 'SignalServiceKit/tests/**/*.{h,m,swift}'