Skip to content

Commit

Permalink
AdMob now refers to iamdaiyuans repo with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Mar 12, 2013
1 parent 2dc1c11 commit 8fc05c5
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions AdMob/6.3.0/AdMob.podspec
Expand Up @@ -12,13 +12,19 @@ Copyright 2009 - 2013 Google, Inc. All rights reserved.
LICENSE
}
s.author = 'Google Inc.'
s.source = { :http => "http://dl.google.com/googleadmobadssdk/googleadmobadssdkios.zip" }

# For new versions of admob please send iamdaiyuan a PR
# with the new unzipped repo and refer to that.
# doing this means the AdMob spec keeps some backwards compatability!

s.source = {:git => 'https://github.com/iamdaiyuan/admob.git', :tag => '6.3.0'}
s.platform = :ios

s.source_files = 'GoogleAdMobAdsSdkiOS-6.3.0/*.h'
s.preserve_paths = 'GoogleAdMobAdsSdkiOS-6.3.0'
s.source_files = FileList['libGoogleAdMobAds.a','*.h']
s.preserve_paths = 'libGoogleAdMobAds.a'
s.library = 'GoogleAdMobAds'


s.framework = %w{AudioToolbox MessageUI SystemConfiguration CoreGraphics AdSupport}
s.library = 'GoogleAdMobAds'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"${PODS_ROOT}/AdMob/GoogleAdMobAdsSdkiOS-6.3.0"' }
end

0 comments on commit 8fc05c5

Please sign in to comment.