This is my podfile:
`target 'ROC' do
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
pod 'AFNetworking', '~> 2.5'
pod 'INTULocationManager'
pod 'Fabric'
pod 'Crashlytics'
pod 'FSMediaPicker'
pod 'IQDropDownTextField'
pod 'Google/Analytics'
pod 'Google/SignIn'
pod 'Appboy-iOS-SDK', '~>2.22'
end
`
Now I open podfile and added pod 'GoogleMaps' pod 'GooglePlaces' then update pod. I can see googleMaps framework in project nevigator but cant import because of error Googlemap not found.same with APPboy. What to do help please.