forked from larsacus/LARSAdController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLARSAdController.podspec
More file actions
16 lines (16 loc) · 976 Bytes
/
LARSAdController.podspec
File metadata and controls
16 lines (16 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.new do |s|
s.name = 'LARSAdController'
s.version = '2.1.0'
s.summary = 'Singleton Objective-C class to not only easily integrate iAds into your app, but have AdMob ads running as a backup.'
s.description = 'A singleton class that manages iAds and Google Ads in a single container view. Since this is also a best practice method to correctly and easily integrate iAds, using Google ads as a backup is optional. All orientations and devices are supported (Pads and Pods).'
s.homepage = 'https://github.com/larsacus/LARSAdController'
s.author = {'Lars Anderson' => 'iAm@theonlylars.com'}
s.source = {:git => 'https://github.com/larsacus/LARSAdController.git', :tag => '2.1.0'}
s.platform = :ios
s.homepage = 'https://github.com/larsacus/LARSAdController'
s.source_files = 'LARSAdController.h'
s.license = 'MIT'
s.preserve_paths = 'LICENSE'
s.frameworks = 'iAd'
s.dependency 'GoogleAds', :git => "git://github.com/larsacus/GoogleAds.git"
end