diff --git a/Podfile b/Podfile index 762e89616..cf8374522 100644 --- a/Podfile +++ b/Podfile @@ -8,14 +8,14 @@ target "matrixConsole" do # Different flavours of pods to MatrixKit # The tagged version on which this version of Console has been built -#pod 'MatrixKit', '~> 0.1.0' +pod 'MatrixKit', '~> 0.2.0' # The lastest release available on the CocoaPods repository #pod 'MatrixKit' # 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 => 'develop' +#pod 'MatrixKit', :git => 'https://github.com/matrix-org/matrix-ios-kit.git', :branch => 'develop' # The one used for developping both MatrixSDK and MatrixKit # Note that MatrixSDK must be cloned into a folder called matrix-ios-sdk next to the MatrixKit folder @@ -30,7 +30,7 @@ pod 'GBDeviceInfo', '~> 2.2.9' # Matrix.org fork of 'OpenWebRTC-SDK' #pod 'OpenWebRTC-SDK', :path => '../openwebrtc-ios-sdk-mx/OpenWebRTC-SDK.podspec' -pod 'OpenWebRTC-SDK', :git => 'https://github.com/matrix-org/openwebrtc-ios-sdk.git', :branch => 'cvo_support' +#pod 'OpenWebRTC-SDK', :git => 'https://github.com/matrix-org/openwebrtc-ios-sdk.git', :branch => 'cvo_support' end