Skip to content

Commit

Permalink
fix(admob,ios): use AdMob vs Admob for Pod name (#2922)
Browse files Browse the repository at this point in the history
I believe this is necessary for case-sensitive file systems
  • Loading branch information
mikehardy authored and Salakar committed Nov 24, 2019
1 parent fded286 commit 88a0167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/admob/RNFBAdMob.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if using_custom_firebase_sdk_version
end

Pod::Spec.new do |s|
s.name = "RNFBAdmob"
s.name = "RNFBAdMob"
s.version = package["version"]
s.description = package["description"]
s.summary = <<-DESC
Expand Down

0 comments on commit 88a0167

Please sign in to comment.