Skip to content

Commit

Permalink
add Google AdMob SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Sep 27, 2012
1 parent 5c6fae2 commit 23291a7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Google-AdMob-Ads-SDK/6.2.0/Google-AdMob-Ads-SDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "Google-AdMob-Ads-SDK"
s.version = "6.2.0"
s.summary = "Google AdMob Ads SDK"
s.description = "The Google AdMob Ads SDK allows developers to easily incorporate mobile-friendly text and image banners as well as rich, full-screen web apps known as interstitials."
s.homepage = "https://developers.google.com/mobile-ads-sdk/docs/"

s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright 2009 - 2012 Google, Inc. All rights reserved.
LICENSE
}
s.author = 'Google Inc.'
s.source = { :http => "http://dl.google.com/googleadmobadssdk/googleadmobadssdkios.zip" }
s.platform = :ios

s.source_files = 'GoogleAdMobAdsSdkiOS-6.2.0/*.h'
s.preserve_paths = 'GoogleAdMobAdsSdkiOS-6.2.0'

s.framework = %w{AudioToolbox MessageUI SystemConfiguration CoreGraphics AdSupport}
s.library = 'GoogleAdMobAds'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/Google-AdMob-Ads-SDK/GoogleAdMobAdsSdkiOS-6.2.0"' }
end
Empty file.
Empty file added Google-AdMob-Ads-SDK/6.2.0/do
Empty file.

0 comments on commit 23291a7

Please sign in to comment.