# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'

target 'MutiFaceDemo' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  #面签SDK所需
  pod 'Masonry'
  pod 'IQKeyboardManager'
  # Pods for MutiFaceDemo

end
