install - Unable to find a specification for `Mapbox` installing with CocoaPods for iOS 7 -


I am creating an app targeted to iOS 7 and I want to use the MapBox. I added the

pod 'mapbox'

to my podfile, but 'pod install' responds to this:

[!] Mapbox .

I can not switch back to the platform: IOS, '5.0' because I have other libraries that require later version Is there a cocopode for the Macbox that works with iOS 7?

Thank you!

Cocopod is case-sensitive. You must specify MapBox


Comments