# Uncomment the next line to define a global platform for your project platform :ios, '11.0' target 'AmazonChimeSDKDemoPods' do use_frameworks! # Pods for AmazonChimeSDKDemoPods pod 'AmazonChimeSDK-Bitcode', 'AMAZON_CHIME_SDK_VERSION' pod 'AmazonChimeSDKMachineLearning-Bitcode', 'AMAZON_CHIME_SDK_MACHINE_LEARNING_VERSION' end target 'AmazonChimeSDKDemoBroadcastPods' do use_frameworks! # Pods for AmazonChimeSDKDemoBroadcastPods pod 'AmazonChimeSDK-Bitcode', 'AMAZON_CHIME_SDK_VERSION' end