element-ios/Podfile
yannick 74de3eeb0f Merge remote-tracking branch 'origin/develop' into display_room_avatars
Conflicts:
	Vector/ViewController/RoomViewController.m
2015-12-04 16:43:11 +01:00

21 lines
493 B
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
# 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 'MatrixKit', :path => '../matrix-ios-kit/MatrixKit.podspec'
pod 'MatrixSDK', :path => '../matrix-ios-sdk/MatrixSDK.podspec'
pod 'GBDeviceInfo', '~> 3.4.0'
end