Fix podspec issues

This commit is contained in:
nielsandriesse 2020-06-04 09:43:52 +10:00
parent ef831be526
commit 728a061c33
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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