# Podfile for professional package

# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'

source 'https://github.com/CocoaPods/Specs.git'

inhibit_all_warnings!
use_modular_headers!

target 'TAVMagicApp' do
    pod 'TencentEffect_Edit', :podspec => 'https://mediacloud-76607.gzc.vod.tencent-cloud.com/TencentEffect/iOS/edit/3.9.1.4/TencentEffect_Edit.podspec'
    pod 'TAVMagic',:podspec => 'https://mediacloud-76607.gzc.vod.tencent-cloud.com/TAVMagic/iOS/Release/latest/TAVMagic.podspec'
    pod 'YYImage'
    pod 'TEBeautyKit',:path => 'TEBeautyKit/TEBeautyKit.podspec'
    pod 'TUIPlayerShortVideo/Professional' ,:path => 'UIPlayer/TUIPlayerShortVideoSDK/'
    pod 'TUIPlayerCore/Professional' ,:path => 'UIPlayer/TUIPlayerCoreSDK/'
end
