-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdMob.podspec
22 lines (21 loc) · 1006 Bytes
/
AdMob.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = 'AdMob'
s.platform = :ios, '6.0'
s.version = '7.27.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://github.com/gaoyz/admob'
s.author = 'Google Inc.'
s.license = {
:type => 'commercial',
:text => 'Copyright 2009 - 2014 Google, Inc. All rights reserved.'
}
s.source = {
:git => 'https://github.com/gaoyz/admob.git',
:tag => s.version.to_s
}
s.preserve_paths = 'GoogleMobileAds.framework'
s.frameworks = 'StoreKit', 'AudioToolbox', 'AVFoundation', 'MessageUI', 'SystemConfiguration', 'CoreGraphics', 'CoreMedia', 'EventKit', 'EventKitUI', 'GoogleMobileAds', 'MediaPlayer', 'SafariServices', 'CoreBluetooth', 'CoreMotion', 'GLKit'
s.weak_frameworks = 'AdSupport'
s.xcconfig = {'FRAMEWORK_SEARCH_PATHS' => '"$(SRCROOT)/Pods/AdMob"'}
end