diff options
author | manuroe <manu@matrix.org> | 2016-09-27 11:57:29 +0200 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2016-09-27 14:07:30 +0200 |
commit | 6f113dd7b3b4de918c4efb81d38a1ffe1d391b5b (patch) | |
tree | 19311a94dc999d776b36535d28f2c751cb7d629f /xcode/Podfile.lock | |
parent | 1d06f2a4d9565c332081bc685edd8fd61d6507ef (diff) |
OLMKit: Make the project build
Make OLMKit CocoaPods expose the obj-c wrapper of libolm
Diffstat (limited to 'xcode/Podfile.lock')
-rw-r--r-- | xcode/Podfile.lock | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/xcode/Podfile.lock b/xcode/Podfile.lock index 4639dc0..b091109 100644 --- a/xcode/Podfile.lock +++ b/xcode/Podfile.lock @@ -1,14 +1,20 @@ PODS: - - olm (0.1.0) + - OLMKit (1.3.0): + - OLMKit/olmc (= 1.3.0) + - OLMKit/olmcpp (= 1.3.0) + - OLMKit/olmc (1.3.0) + - OLMKit/olmcpp (1.3.0) DEPENDENCIES: - - olm (from `../olm.podspec`) + - OLMKit (from `../OLMKit.podspec`) EXTERNAL SOURCES: - olm: - :path: "../olm.podspec" + OLMKit: + :path: ../OLMKit.podspec SPEC CHECKSUMS: - olm: ba8c1a7ca04486ec1ad958ec9feef73c0939ae27 + OLMKit: 49b73677a77988cc25e51d023f39a8a3e451cb23 -COCOAPODS: 0.39.0 +PODFILE CHECKSUM: 4e261dae61d833ec5585ced2473023b98909fd35 + +COCOAPODS: 1.0.1 |