I'm getting a "module 'GoogleMobileAds' not found" compile error when installing the GoogleAds-IMA-iOS-SDK-For-AdMob using CocoaPods.
The PodSpec for GoogleAds-IMA-iOS-SDK-For-AdMob has a dependency on Google-Mobile-Ads-SDK. It looks like v7.9.0 Google-Mobile-Ads-SDK has wrong "vendored_frameworks" path. (If you download the tar you'll also notice that the path for "Frameworks/frameworks/GoogleMobileAds.framework" does not exist). If I revert back to v7.8.1 Google-Mobile-Ads-SDK, I no longer get the module not found error.
7.9.0/Google-Mobile-Ads-SDK.podspec.json#L19 (Does not work)
7.8.1/Google-Mobile-Ads-SDK.podspec.json#L16 (Works)
----
CocoaPods version: 1.0.1
Podfile: pod 'GoogleAds-IMA-iOS-SDK-For-AdMob', '~> 3.2.1'
----
In the following screen shot, you'll notice that the Google-Mobile-Ads-SDK folder is missing Frameworks/GoogleMobileAds.framework.