Prepare iOS Console Podfile for master

This commit is contained in:
giomfo 2015-07-10 13:40:49 +02:00
parent db56e5f00f
commit d4e57e27e5

View file

@ -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