File tree Expand file tree Collapse file tree 2 files changed +4
-21
lines changed
Expand file tree Collapse file tree 2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ target "Vector" do
88
99# Different flavours of pods to MatrixKit
1010# The tagged version on which this version of Console has been built
11- # pod 'MatrixKit', '~> 0.3.9'
11+ pod 'MatrixKit' , '~> 0.3.9'
1212
1313# The lastest release available on the CocoaPods repository
1414#pod 'MatrixKit'
1515
1616# The develop branch version
17- pod 'MatrixSDK' , :git => 'https://github.com/matrix-org/matrix-ios-sdk.git' , :branch => 'develop'
18- pod 'MatrixKit' , :git => 'https://github.com/matrix-org/matrix-ios-kit.git' , :branch => 'develop'
17+ # pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
18+ # pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
1919
2020# The one used for developping both MatrixSDK and MatrixKit
2121# Note that MatrixSDK must be cloned into a folder called matrix-ios-sdk next to the MatrixKit folder
Original file line number Diff line number Diff line change 3636DEPENDENCIES:
3737 - GBDeviceInfo (~> 3.4.0)
3838 - GoogleAnalytics
39- - MatrixKit (from `https://github.com/matrix-org/matrix-ios-kit.git`, branch `develop`)
40- - MatrixSDK (from `https://github.com/matrix-org/matrix-ios-sdk.git`, branch `develop`)
41-
42- EXTERNAL SOURCES:
43- MatrixKit:
44- :branch: develop
45- :git: https://github.com/matrix-org/matrix-ios-kit.git
46- MatrixSDK:
47- :branch: develop
48- :git: https://github.com/matrix-org/matrix-ios-sdk.git
49-
50- CHECKOUT OPTIONS:
51- MatrixKit:
52- :commit: d480f21af49c9426755b5b6812aab276bd07f32d
53- :git: https://github.com/matrix-org/matrix-ios-kit.git
54- MatrixSDK:
55- :commit: cfd8ecefbb052616c98b98126da0ef666188dc56
56- :git: https://github.com/matrix-org/matrix-ios-sdk.git
39+ - MatrixKit (~> 0.3.9)
5740
5841SPEC CHECKSUMS:
5942 AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
You can’t perform that action at this time.
0 commit comments