Using cocoa pods 0.37.0 in a Swift project, with use_frameworks! set in the podfile, I am unable to access the header files for the GoogleAnalytics-iOS-SDK pod.
How shou
This is a bug in Cocoapods 0.37.0. It has been logged in their tracker as issue #3499.
Workaround
$(SRCROOT)/Pods/GoogleAnalytics-iOS-SDK
to the User Header Search Paths
(set to Recursive) in the app target's Build Settings
.#import "GAI.h"