larsacus / LARSAdController

Lightweight ad mediation for iOS to properly manage multiple ad networks dynamically including iAd and Google ads.
http://theonlylars.com/blog/2013/01/10/stupid-easy-ads-with-larsadcontroller-3-dot-0/
MIT License
269 stars 60 forks source link

Use admob 6.5.0, removed UUID #51

Closed coneybeare closed 11 years ago

coneybeare commented 11 years ago

https://developers.google.com/mobile-ads-sdk/download#downloadios

larsacus commented 11 years ago

The AdMob dependency is now managed by either yourself or through cocoapods. I do not manage this.

coneybeare commented 11 years ago

Don't you specify the versions of your subpods? If not, why not?

larsacus commented 11 years ago

Not of subspecs. For this very reason so I don't have to rev a pod just to rev the subspec. Also to make it even more confusing, it appears some people have created multiple pods for admob and google ads, under different names even though they are the same thing.