#platform
platform :ios, '9.0'

target 'CLRealPersonDemo' do

pod 'TZImagePickerController'
pod 'IQKeyboardManager'
pod 'FLAnimatedImage'
pod 'AFNetworking'
 pod 'FLEX', :configurations => ['Debug']  # iOS 27 crash investigation: FLEX __attribute__((constructor)) may conflict with dyld4/XPC init

end
