Created
May 9, 2012 11:01
-
-
Save l4u/2643736 to your computer and use it in GitHub Desktop.
AdWhirl cocoapods spec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exts = [ | |
'BrightRoll', | |
'GoogleAdMobAds', | |
'GoogleAdSense', | |
'Greystripe', | |
'IAd', | |
'InMobi', | |
'JumpTap', | |
'MdotM', | |
'Millennial', | |
'Nexage', | |
'OneRiot', | |
'Quattro', | |
'VideoEgg', | |
'ZestADZ' | |
] | |
exts.each do |ext| | |
puts <<-eos | |
s.subspec '#{ext}AdWhirlAdapter' do |p| | |
p.source_files = 'adapters/AdWhirlAdapter#{ext}.{h,m,c}' | |
end | |
eos | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment