14 lines
832 B
Ruby
14 lines
832 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'LARSAdController'
|
|
s.version = '2.1.1'
|
|
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.1'}
|
|
s.platform = :ios
|
|
s.source_files = 'LARSAdController.{h,m}'
|
|
s.license = 'MIT'
|
|
s.frameworks = 'iAd'
|
|
s.dependency 'AdMob'
|
|
end |