element-ios/matrixConsole/Podfile
giomfo c1f56d99eb Console: Feature SYIOS-68 - Rageshake needs to include device info.
Add new pod dependence to GBDeviceInfo to handle device model.
2015-02-20 16:51:46 +01:00

18 lines
393 B
Ruby

# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
source 'https://github.com/CocoaPods/Specs.git'
target "matrixConsole" do
# Points to SDK local sources file
pod 'MatrixSDK', :path => '../../MatrixSDK.podspec'
pod 'HPGrowingTextView', '~> 1.1'
pod 'libPhoneNumber-iOS', '~> 0.7.6'
pod 'GBDeviceInfo', '~> 2.2.9'
end
target "matrixConsole" do
end