Update SignalServiceKit.podspec

This commit is contained in:
nielsandriesse 2020-06-04 12:20:03 +10:00
parent 204ab30dfe
commit 6e37761d3f
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ def shared_pods
# OWS Pods
###
pod 'SignalCoreKit', git: 'https://github.com/signalapp/SignalCoreKit.git', testspecs: ["Tests"]
pod 'SessionCoreKit', git: 'https://github.com/loki-project/session-ios-core-kit.git', testspecs: ["Tests"] # Fork of SignalCoreKit
# pod 'SignalCoreKit', path: '../SignalCoreKit', testspecs: ["Tests"]
pod 'AxolotlKit', git: 'https://github.com/signalapp/SignalProtocolKit.git', branch: 'master', testspecs: ["Tests"]

View File

@ -18,7 +18,7 @@ A Swift/Objective-C library for communicating with the Session messaging service
s.homepage = "https://github.com/loki-project/session-ios"
s.license = 'GPLv3'
s.author = { "Niels Andriesse" => "niels@loki.network" }
s.source = { :git => "https://github.com/loki-project/session-ios", :tag => s.version.to_s }
s.source = { :git => "https://github.com/loki-project/session-ios.git", :tag => s.version.to_s }
s.social_media_url = 'https://getsession.org/'
s.platform = :ios, '10.0'
@ -51,7 +51,7 @@ A Swift/Objective-C library for communicating with the Session messaging service
s.dependency 'SAMKeychain'
s.dependency 'Reachability'
s.dependency 'SwiftProtobuf'
s.dependency 'SignalCoreKit'
s.dependency 'SessionCoreKit'
s.dependency 'SessionMetadataKit'
s.dependency 'PromiseKit', '~> 6.0'