I am building an app targeted to iOS 7 and I want to use Mapbox. I added
pod 'Mapbox'
to my Podfile, but 'pod install' responds with:
[!] Unable to find a specification for Mapbox
.
I cannot change back to platform :ios, '5.0' because I have other libraries that require the later version. Is there a CocoaPod for MapBox that works with iOS 7?
Thanks!