diff --git a/Podfile b/Podfile index a8673281f..6269187bb 100644 --- a/Podfile +++ b/Podfile @@ -25,7 +25,7 @@ def shared_pods pod 'SignalMetadataKit', git: 'https://github.com/loki-project/session-ios-metadata-kit', testspecs: ["Tests"] # Fork of SignalMetadataKit # pod 'SignalMetadataKit', path: '../SignalMetadataKit', testspecs: ["Tests"] - pod 'SignalServiceKit', path: '.', testspecs: ["Tests"] # TODO: Signal moved this into the main repo. We should probably do the same eventually. + pod 'SignalServiceKit', path: '.', testspecs: ["Tests"] # Project does not compile with PromiseKit 6.7.1 # see: https://github.com/mxcl/PromiseKit/issues/990 diff --git a/SignalServiceKit.podspec b/SessionServiceKit.podspec similarity index 98% rename from SignalServiceKit.podspec rename to SessionServiceKit.podspec index a354d2082..136b7f891 100644 --- a/SignalServiceKit.podspec +++ b/SessionServiceKit.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "SessionServiceKit" - s.version = "0.9.0" + s.version = "1.0.0" s.summary = "A Swift/Objective-C library for communicating with the Session messaging service." s.description = <<-DESC