element-ios/Podfile
2016-11-04 11:15:23 +01:00

38 lines
1.1 KiB
Ruby

# 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
# Different flavours of pods to MatrixKit
# The tagged version on which this version of Vector has been built
pod 'MatrixKit', '0.3.19'
# 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'
# The one used for developing both MatrixSDK and MatrixKit
# Note that MatrixSDK must be cloned into a folder called matrix-ios-sdk next to the MatrixKit folder
#pod 'MatrixKit', :path => '../matrix-ios-kit/MatrixKit.podspec'
#pod 'MatrixSDK', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
pod 'GBDeviceInfo', '~> 4.1.0'
pod 'GoogleAnalytics'
# The Google WebRTC stack
pod 'WebRTC', '54.6.13869'
# OLMKit for crypto
#pod 'OLMKit'
pod 'OLMKit', :git => 'https://matrix.org/git/olm.git', :branch => 'olmkit'
#pod 'OLMKit', :path => '../olm/OLMKit.podspec'
end