aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2019-04-19 11:59:22 +0200
committermanuroe <manu@matrix.org>2019-04-19 11:59:22 +0200
commit51ce62fce0c4313c3c8ab89820c65249fa3a2d95 (patch)
tree381ce87d955b634b13de2dadfa3a24c36d2f72ac
parent009173c1abe7a358573b31f7c0cbf9c78d50245f (diff)
OLMKit: Make podspec point to new https://gitlab.matrix.org/matrix-org/olm
-rw-r--r--OLMKit.podspec4
-rw-r--r--xcode/Podfile.lock14
2 files changed, 9 insertions, 9 deletions
diff --git a/OLMKit.podspec b/OLMKit.podspec
index dac7ab6..d9c43e5 100644
--- a/OLMKit.podspec
+++ b/OLMKit.podspec
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
olm is an implementation of the Double Ratchet cryptographic ratchet in C++
DESC
- s.homepage = "http://matrix.org/git/olm"
+ s.homepage = "https://gitlab.matrix.org/matrix-org/olm"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
s.public_header_files = "xcode/OLMKit/*.h"
s.source = {
- :git => "https://matrix.org/git/olm.git",
+ :git => "https://gitlab.matrix.org/matrix-org/olm.git",
:tag => s.version.to_s
}
diff --git a/xcode/Podfile.lock b/xcode/Podfile.lock
index 678923e..e6f2333 100644
--- a/xcode/Podfile.lock
+++ b/xcode/Podfile.lock
@@ -1,9 +1,9 @@
PODS:
- - OLMKit (3.0.0):
- - OLMKit/olmc (= 3.0.0)
- - OLMKit/olmcpp (= 3.0.0)
- - OLMKit/olmc (3.0.0)
- - OLMKit/olmcpp (3.0.0)
+ - OLMKit (3.1.0):
+ - OLMKit/olmc (= 3.1.0)
+ - OLMKit/olmcpp (= 3.1.0)
+ - OLMKit/olmc (3.1.0)
+ - OLMKit/olmcpp (3.1.0)
DEPENDENCIES:
- OLMKit (from `../OLMKit.podspec`)
@@ -13,8 +13,8 @@ EXTERNAL SOURCES:
:path: "../OLMKit.podspec"
SPEC CHECKSUMS:
- OLMKit: 88eda69110489f817d59bcb4353b7c247570aa4f
+ OLMKit: c806e1d2295c8aa1e19de66f4f470c4472d23ba1
PODFILE CHECKSUM: 4e261dae61d833ec5585ced2473023b98909fd35
-COCOAPODS: 1.6.0
+COCOAPODS: 1.6.1