OLMKit: Make podspec point to new https://gitlab.matrix.org/matrix-org/olm
This commit is contained in:
parent
009173c1ab
commit
51ce62fce0
2 changed files with 9 additions and 9 deletions
|
@ -13,7 +13,7 @@ Pod::Spec.new do |s|
|
||||||
olm is an implementation of the Double Ratchet cryptographic ratchet in C++
|
olm is an implementation of the Double Ratchet cryptographic ratchet in C++
|
||||||
DESC
|
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" }
|
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.public_header_files = "xcode/OLMKit/*.h"
|
||||||
|
|
||||||
s.source = {
|
s.source = {
|
||||||
:git => "https://matrix.org/git/olm.git",
|
:git => "https://gitlab.matrix.org/matrix-org/olm.git",
|
||||||
:tag => s.version.to_s
|
:tag => s.version.to_s
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
PODS:
|
PODS:
|
||||||
- OLMKit (3.0.0):
|
- OLMKit (3.1.0):
|
||||||
- OLMKit/olmc (= 3.0.0)
|
- OLMKit/olmc (= 3.1.0)
|
||||||
- OLMKit/olmcpp (= 3.0.0)
|
- OLMKit/olmcpp (= 3.1.0)
|
||||||
- OLMKit/olmc (3.0.0)
|
- OLMKit/olmc (3.1.0)
|
||||||
- OLMKit/olmcpp (3.0.0)
|
- OLMKit/olmcpp (3.1.0)
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- OLMKit (from `../OLMKit.podspec`)
|
- OLMKit (from `../OLMKit.podspec`)
|
||||||
|
@ -13,8 +13,8 @@ EXTERNAL SOURCES:
|
||||||
:path: "../OLMKit.podspec"
|
:path: "../OLMKit.podspec"
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
OLMKit: 88eda69110489f817d59bcb4353b7c247570aa4f
|
OLMKit: c806e1d2295c8aa1e19de66f4f470c4472d23ba1
|
||||||
|
|
||||||
PODFILE CHECKSUM: 4e261dae61d833ec5585ced2473023b98909fd35
|
PODFILE CHECKSUM: 4e261dae61d833ec5585ced2473023b98909fd35
|
||||||
|
|
||||||
COCOAPODS: 1.6.0
|
COCOAPODS: 1.6.1
|
||||||
|
|
Loading…
Reference in a new issue