Greetings,
I have a CocoaPods Podspec Library that uses the Mobile Ad, Analytic, and IMA SDK as dependencies as so:
s.dependency "GoogleAnalytics-iOS-SDK", "~> 3.0"
s.dependency 'Google-Mobile-Ads-SDK', '~> 7.0'
s.dependency 'GoogleAds-IMA-iOS-SDK-For-AdMob', '3.0.beta.12'
After updating to version 7 of the Mobile Ads SDK, I can no longer import neither the module nor any of the individual framework headers to any of the classes within that Podspec Library nor any other Podspec Library that my Target uses. Only the classes that are part of my Build Target are able to import the module or the individual framework files. My target builds for iOS 7 using the iOS 8 SDK. My CocoaPods install is version 0.35.0. Any help would be appreciated.