Skip to content

Commit

Permalink
Renamed module
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Mar 27, 2024
1 parent b95fa57 commit 1e9510f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/flutter_instance_manager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.source = { :path => '.' }
s.source_files = 'Classes/**/*.{h,m}'
s.public_header_files = 'Classes/**/*.h'
s.module_map = 'Classes/FlutterInstanceManager.modulemap'
s.module_map = 'Classes/flutter_instance_manager.modulemap'
s.dependency 'Flutter'

s.platform = :ios, '12.0'
Expand Down

0 comments on commit 1e9510f

Please sign in to comment.