Skip to content

Commit 3986975

Browse files
authored
Updated installation instructions for v0.5.2
1 parent ccbe1b9 commit 3986975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Download a framework build from [the releases page](https://github.com/mapbox/Ma
2020
In your Podfile:
2121

2222
```podspec
23-
pod 'MapboxGeocoder.swift', :git => 'https://github.com/mapbox/MapboxGeocoder.swift.git', :tag => 'v0.5.0'
23+
pod 'MapboxGeocoder.swift', :git => 'https://github.com/mapbox/MapboxGeocoder.swift.git', :tag => 'v0.5.2'
2424
```
2525

2626
**[Carthage](https://github.com/Carthage/Carthage)**
2727

2828
In your Cartfile:
2929

3030
```sh
31-
github "Mapbox/MapboxGeocoder.swift" ~> 0.5.0
31+
github "Mapbox/MapboxGeocoder.swift" ~> 0.5
3232
```
3333

3434
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). More examples and detailed documentation are available in the [Mapbox API Documentation](https://www.mapbox.com/api-documentation/?language=Swift#geocoding).

0 commit comments

Comments
 (0)