blob: 23fb795d1cc2232d099fa1458d5b1e3061aa6dd2 [file] [log] [blame]
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'image_picker_for_web'
s.version = '0.0.1'
s.summary = 'No-op implementation of image_picker_for_web plugin to avoid build issues on iOS'
s.description = <<-DESC
temp fake image_picker_for_web plugin
DESC
s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/image_picker/image_picker_for_web'
s.license = { :file => '../LICENSE' }
s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.ios.deployment_target = '8.0'
end