Files
bigbluebutton-tablet-sdk/ios/BigBlueButtonMobileSDK/Example/Podfile
2022-02-14 01:20:50 -03:00

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