Skip to content

Commit 4e4a6a5

Browse files
committed
CocoaPods installation instructions
1 parent 2214bab commit 4e4a6a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ MapboxGeocoder.swift pairs well with [MapboxDirections.swift](https://github.com
99

1010
### Getting started
1111

12-
Import `MapboxGeocoder.framework` into your project, then use `MBGeocoder` as a drop-in replacement for Apple's `CLGeocoder`.
12+
Import `MapboxGeocoder.framework` into your project, then use `MBGeocoder` as a drop-in replacement for Apple's `CLGeocoder`. Alternatively, for the bleeding-edge version of this framework, specify the following dependencies in your [CocoaPods](http://cocoapods.org/) Podfile:
13+
14+
```podspec
15+
pod 'NBNRequestKit', :git => 'https://github.com/1ec5/RequestKit.git', :branch => 'mapbox-podspec' # temporarily until nerdishbynature/RequestKit#14 is merged
16+
pod 'MapboxGeocoder.swift', :git => 'https://github.com/mapbox/MapboxGeocoder.swift.git', :branch => 'master'
17+
```
1318

1419
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).
1520

0 commit comments

Comments
 (0)