Skip to content

Commit

Permalink
ios podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Dec 9, 2024
1 parent 27e8bff commit fd943a3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Pod::Spec.new do |s|
s.license = { :file => '../LICENSE' }
s.author = 'The Chromium Authors'
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.source_files = 'firebase_in_app_messaging/Sources/firebase_in_app_messaging/**/*.{h,m}'
s.public_header_files = 'firebase_in_app_messaging/Sources/firebase_in_app_messaging/include/*.h'
s.dependency 'Flutter'
s.dependency 'firebase_core'
s.dependency 'Firebase/InAppMessaging', firebase_sdk_version
Expand All @@ -34,7 +34,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '13.0'

s.pod_target_xcconfig = {
'GCC_PREPROCESSOR_DEFINITIONS' => "LIBRARY_VERSION=\\@\\\"#{library_version}\\\" LIBRARY_NAME=\\@\\\"flutter-fire-fiam\\\"",
'GCC_PREPROCESSOR_DEFINITIONS' => "LIBRARY_VERSION=\\\"#{library_version}\\\" LIBRARY_NAME=\\\"flutter-fire-fiam\\\"",
'DEFINES_MODULE' => 'YES'
}
end

0 comments on commit fd943a3

Please sign in to comment.