Skip to content

Commit

Permalink
fix for new xcode build system
Browse files Browse the repository at this point in the history
  • Loading branch information
tnaffh committed Jul 8, 2021
1 parent 573bf16 commit 19cce93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/christian_picker_image.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ A new Flutter project.
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.source_files = 'Classes/**/*.{swift,h,m}'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Lightbox', '~> 2.3.0'

s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }
s.swift_version = '5.0'
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '11.0'
end

0 comments on commit 19cce93

Please sign in to comment.