platform :ios, '8.4'
install! 'cocoapods', :integrate_targets => false
use_frameworks!

target :'FSPicker' do
  pod 'FSPicker', '1.1.7'
end
