Skip to content

Commit 85e7496

Browse files
committed
Documented minimum deployment targets
1 parent eb957ac commit 85e7496

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,19 @@ For Objective-C targets, it may be necessary to enable the `ALWAYS_EMBED_SWIFT_S
3535

3636
This repository includes example applications written in both Swift and Objective-C showing use of the framework (as well as a comparison of writing apps in either language). The [Mapbox API Documentation](https://www.mapbox.com/api-documentation/search/#geocoding) explains the underlying HTTP request and response format, as well as [relevant limits](https://docs.mapbox.com/api/search/#geocoding-restrictions-and-limits) that also apply when using this library.
3737

38+
## System requirements
39+
40+
* One of the following package managers:
41+
* CocoaPods (CocoaPods 1.10 or above if using Xcode 12)
42+
* Carthage 0.19 or above (run [this script](https://github.com/mapbox/MapboxGeocoder.swift/blob/main/scripts/wcarthage.sh) instead of `carthage` if using Xcode 12)
43+
* Swift Package Manager 5.3 or above
44+
* Xcode 11 or above (Xcode 12 or above if using Swift Package Manager)
45+
* One of the following operating systems:
46+
* iOS 10.0 or above
47+
* macOS 10.12.0 or above
48+
* tvOS 10.0 or above
49+
* watchOS 3.0 or above
50+
3851
## Usage
3952

4053
You will need a [Mapbox access token](https://www.mapbox.com/api-documentation/#access-tokens-and-token-scopes) in order to use the API. If you’re already using the [Mapbox Maps SDK for iOS](https://docs.mapbox.com/ios/maps/) or [Mapbox Maps SDK for macOS](https://mapbox.github.io/mapbox-gl-native/macos/), MapboxGeocoder.swift automatically recognizes your access token, as long as you’ve placed it in the `MGLMapboxAccessToken` key of your application’s Info.plist file.

0 commit comments

Comments
 (0)