Use master matrixsdk too

This commit is contained in:
David Baker 2015-07-13 11:50:03 +01:00
parent 4b22a8e444
commit 99a651baae

View file

@ -16,6 +16,7 @@ target "matrixConsole" do
# The develop branch version
#pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'develop'
#pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop'
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.git', :branch => 'master'
pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'master'
# The one used for developping both MatrixSDK and MatrixKit