Skip to content

Commit

Permalink
- updated plugin podspec to follow the latest Flutter template
Browse files Browse the repository at this point in the history
  • Loading branch information
kinex committed Jun 10, 2021
1 parent 4094803 commit 93dd0a2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ios/flutter_file_dialog.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint test5.podspec` to validate before publishing.
#
Pod::Spec.new do |s|
s.name = 'flutter_file_dialog'
Expand All @@ -13,9 +14,10 @@ A new flutter plugin project.
s.author = { 'Your Company' => 'email@example.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.platform = :ios, '11.0'

s.ios.deployment_target = '11.0'
# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'
end

0 comments on commit 93dd0a2

Please sign in to comment.