How to resolve error- module of GoogleMap not found ? using cocoa pods

124 Views Asked by At

enter image description hereplatform :ios, ‘7.0’

target 'ConsumerApp' do

pod 'AFNetworking', '~> 3.0'
pod 'MBProgressHUD', '~> 0.9.2'
pod 'GoogleMaps'
end    
target 'ConsumerAppTests' do    
end
0

There are 0 best solutions below