Skip to content

Commit

Permalink
fix: to support app privacy manifests, cocoapods has to be at >= 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Feb 22, 2024
1 parent 3c0f04d commit ac8e06e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RNGoogleMobileAds.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Pod::Spec.new do |s|
s.source = { :git => "#{package["repository"]["url"]}.git", :tag => "v#{s.version}" }
s.social_media_url = 'http://twitter.com/invertaseio'
s.ios.deployment_target = "12.0"
s.cocoapods_version = '>= 1.12.0'
s.source_files = "ios/**/*.{h,m,mm,swift}"
s.weak_frameworks = "AppTrackingTransparency"

Expand Down

0 comments on commit ac8e06e

Please sign in to comment.