Skip to content

Commit

Permalink
Updating AdMob.podspec to support Case Sensitive Filesystems (#2700)
Browse files Browse the repository at this point in the history
  • Loading branch information
patoroco committed Jun 26, 2013
1 parent a4794c9 commit 797073e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AdMob/6.4.2/AdMob.podspec
Expand Up @@ -19,5 +19,5 @@ Pod::Spec.new do |s|
s.source_files = '*.h', 'Add-ons/Search/*.h', 'Add-ons/Mediation/*.h', 'Add-ons/DoubleClick/*.h'
s.library = 'GoogleAdMobAds'
s.frameworks = 'StoreKit', 'AudioToolbox', 'MessageUI', 'SystemConfiguration', 'CoreGraphics', 'AdSupport'
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC', 'LIBRARY_SEARCH_PATHS' => '"$(SRCROOT)/Pods/admob"' }
end
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC', 'LIBRARY_SEARCH_PATHS' => '"$(SRCROOT)/Pods/AdMob"' }
end

0 comments on commit 797073e

Please sign in to comment.