element-ios/Podfile

39 lines
1.1 KiB
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
2016-07-15 13:53:04 +00:00
# The tagged version on which this version of Vector has been built
2016-11-23 17:01:28 +00:00
pod 'MatrixKit', '0.4.3'
2015-12-04 16:13:19 +00:00
# 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'
2016-09-03 15:29:02 +00:00
# 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
2015-12-04 16:13:19 +00:00
#pod 'MatrixKit', :path => '../matrix-ios-kit/MatrixKit.podspec'
#pod 'MatrixSDK', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
2016-07-01 06:42:10 +00:00
pod 'GBDeviceInfo', '~> 4.1.0'
pod 'GoogleAnalytics'
2016-06-03 14:07:34 +00:00
2016-07-22 16:26:55 +00:00
# The Google WebRTC stack
2016-11-02 08:29:52 +00:00
pod 'WebRTC', '54.6.13869'
2016-07-22 16:26:55 +00:00
# OLMKit for crypto
#pod 'OLMKit'
pod 'OLMKit', :git => 'https://matrix.org/git/olm.git', :branch => 'olmkit'
#pod 'OLMKit', :path => '../olm/OLMKit.podspec'
end