Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Adjust whitespaces

Co-authored-by: Loïc Sharma <[email protected]>
  • Loading branch information
charafau and loic-sharma authored Aug 16, 2024
1 parent e97205e commit d5d4d34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Downloaded by pub (not CocoaPods).
s.source = { :http => 'https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus' }
s.documentation_url = 'https://pub.dev/packages/device_info_plus'
s.source_files = 'device_info_plus/Sources/device_info_plus/**/*.{h,m}'
s.public_header_files = 'device_info_plus/Sources/device_info_plus/include/**/*.h'
s.public_header_files = 'device_info_plus/Sources/device_info_plus/include/**/*.h'
s.dependency 'Flutter'
s.platform = :ios, '12.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ let package = Package(
]
)
]
)
)

0 comments on commit d5d4d34

Please sign in to comment.