Skip to content

Instantly share code, notes, and snippets.

@l4u
Created May 9, 2012 11:01
Show Gist options
  • Save l4u/2643736 to your computer and use it in GitHub Desktop.
Save l4u/2643736 to your computer and use it in GitHub Desktop.
AdWhirl cocoapods spec
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