platform :ios, '9.0'
pod 'iOSPhotoEditor', :git => 'https://github.com/PeterStaev/photo-editor.git', :commit => '90004268a4a04e14d7bcae8f51083ccc3f915803'
# pod 'iOSPhotoEditor', :path => '~/Documents/MiscProjects/photo-editor-ios'

post_install do |installer|
    installer.pods_project.targets.each do |target|
      target.build_configurations.each do |config|
        config.build_settings['SWIFT_VERSION'] = '4.2'
      end
    end
  end
