platform :ios, '10.0'
use_frameworks!
inhibit_all_warnings!

target 'YesWeScanExampleApp' do
  pod 'YesWeScan', :path => '../'
  pod 'TOCropViewController'
  pod 'SwiftLint'
end
