15 lines
262 B
Ruby
15 lines
262 B
Ruby
use_frameworks!
|
|
|
|
platform :ios, '14.0'
|
|
|
|
target 'BigBlueButtonMobileSDK_Example' do
|
|
project 'BigBlueButtonMobileSDK.xcodeproj'
|
|
pod 'BigBlueButtonMobileSDK', :path => '../'
|
|
|
|
target 'BigBlueButtonMobileSDK_Tests' do
|
|
inherit! :search_paths
|
|
|
|
|
|
end
|
|
end
|