Remove useless comment in Podfile

This commit is contained in:
giomfo 2015-07-10 14:30:56 +02:00
parent 7a7b28ae14
commit 78fa6abb5d

View file

@ -24,14 +24,6 @@ pod 'MatrixKit', '~> 0.2.0'
pod 'GBDeviceInfo', '~> 2.2.9'
# There is no pod for OpenWebRTC-SDK. Use the master branch from github
# As of 2015/05/06, it works
#pod 'OpenWebRTC-SDK', :git => 'https://github.com/EricssonResearch/openwebrtc-ios-sdk.git', :branch => 'master'
# 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'
end
target "matrixConsole" do