comment mettre à jour google maps en utilisant des cabosses de cacao.

Salut les gars, j'utilise Google Maps et d'autres bibliothèques. J'installe chaque bibliothèque à l'aide de cocoapods, mais lorsque j'installe une bibliothèque et que je la mets à jour avec l' pod install command. Je reçois cette erreur:

 Analyzing dependencies [!] Unable to satisfy the following requirements: - `GoogleMaps` required by `Podfile` - `GoogleMaps (= 1.13.0)` required by `Podfile.lock` Specs satisfying the `GoogleMaps` dependency were found, but they required a higher minimum deployment target. Specs satisfying the `GoogleMaps (= 1.13.0)` dependency were found, but they required a higher minimum deployment target. 

Voici mon file pod:

 source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' pod 'GoogleMaps' pod 'AFNetworking', '~> 3.0' pod 'Facebook-iOS-SDK' pod 'TwitterKit' platform :ios, '6.0' pod 'REFrostedViewController', '~> 2.4' 

Changez votre podfile comme ceci:

 source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! pod 'GoogleMaps' pod 'AFNetworking', '~> 3.0' pod 'Facebook-iOS-SDK' pod 'TwitterKit' pod 'REFrostedViewController', '~> 2.4' 

ressemble à une plate-forme: ios passe de 8 à 6 en raison de la redéfinition