mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
17 lines
292 B
Ruby
17 lines
292 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'
|
|
|
|
end
|
|
|
|
target "matrixConsole" do
|
|
|
|
end
|
|
|