Podfile: List all versions of the MatrixSDK pod: release, develop branch and local for development

This commit is contained in:
manuroe 2015-04-03 08:42:12 +02:00
parent 986b0711a1
commit 09eb12614e

14
Podfile
View file

@ -5,8 +5,18 @@ source 'https://github.com/CocoaPods/Specs.git'
target "matrixConsole" do
# For dev, points to SDK local sources files
pod 'MatrixSDK', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
# Different flavours of pods to Matrix SDK
# The lastest release available on the CocoaPods repository
#pod 'MatrixSDK'
# The develop branch version
pod 'MatrixSDK', :git => 'https://github.com/matrix-org/matrix-ios-sdk.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
#pod 'MatrixSDK', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
pod 'HPGrowingTextView', '~> 1.1'
pod 'libPhoneNumber-iOS', '~> 0.7.6'