# Uncomment the next line to define a global platform for your project
source 'https://cdn.cocoapods.org/'
platform :ios, '16.0'
target 'CXRClientDemo' do
  use_frameworks!
  
  # RGCxrClient 依赖 RGCoreKit
  pod 'RGCxrClient'
  pod 'RGCoreKit'
  pod 'LookinServer'
end
