Skip to content

Commit

Permalink
correct library path as the zip contains folder
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Apr 24, 2012
1 parent 54cf9d8 commit b36a6c3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions AdMob/6.0.1/AdMob.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ Pod::Spec.new do |s|
s.description = %{
The Google AdMob Ads SDK is the next generation in Google mobile advertising featuring refined ad formats and streamlined APIs for access to Google's AdMob and DoubleClick For Publishers (upgraded DFP) [Android and iOS only] mobile advertising solutions.
}
s.platform = :ios
s.source_files = '**/*.h'
s.library = 'GoogleAdMobAds'
s.frameworks = %w{AudioToolbox MessageUI SystemConfiguration CoreGraphics}

s.platform = :ios
s.source_files = '**/*.h'
s.library = 'GoogleAdMobAds'
s.frameworks = 'AudioToolbox', 'MessageUI', 'SystemConfiguration', 'CoreGraphics'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => "$(SRCROOT)/Pods/AdMob/GoogleAdMobAdsSdkiOS-6.0.1" }

end

0 comments on commit b36a6c3

Please sign in to comment.