element-ios/Podfile

32 lines
941 B
Text
Raw Normal View History

# Uncomment this line to define a global platform for your project
# platform :ios, "7.0"
source 'https://github.com/CocoaPods/Specs.git'
target "Vector" do
2015-12-04 16:13:19 +00:00
# Different flavours of pods to MatrixKit
# The tagged version on which this version of Console has been built
2016-04-08 09:25:31 +00:00
pod 'MatrixKit', '~> 0.3.5'
2015-12-04 16:13:19 +00:00
# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
# The develop branch version
2016-04-08 09:25:31 +00:00
#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
2015-12-04 16:13:19 +00:00
#pod 'MatrixKit', :path => '../matrix-ios-kit/MatrixKit.podspec'
#pod 'MatrixSDK', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
2015-09-24 09:53:56 +00:00
pod 'GBDeviceInfo', '~> 3.4.0'
2015-11-16 09:30:57 +00:00
end