diff --git a/Podfile b/Podfile index 2fd170013..309167a9a 100644 --- a/Podfile +++ b/Podfile @@ -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"] diff --git a/SessionServiceKit.podspec b/SessionServiceKit.podspec index 136b7f891..2fe62d83b 100644 --- a/SessionServiceKit.podspec +++ b/SessionServiceKit.podspec @@ -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'