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

target 'SkinMagnifier' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  pod 'AFNetworking'
  pod 'IQKeyboardManager'
  pod 'Masonry'
  pod 'SVProgressHUD'
  pod 'MJExtension'
  pod 'MJRefresh'
  pod 'SDWebImage'
  pod 'FMDB'
  pod 'Bugly'
  pod 'AliyunOSSiOS'
  pod 'CocoaAsyncSocket'
  pod 'MOFSPickerManager'
  pod 'TZImagePickerController'
  pod 'NSString+RemoveEmoji'
  pod 'OpenCV'

  post_install do |installer|
      installer.pods_project.targets.each do |target|
        target.build_configurations.each do |config|
          config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
          config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
        end
      end
    end

  
end
