element-ios/matrixConsole/Podfile

16 lines
325 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'
end
target "matrixConsole" do
end