summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 097b8e4b2f..c8b855ab2e 100644
--- a/README.md
+++ b/README.md
@@ -50,15 +50,13 @@ Target OS X: 10.9+
#### CocoaPods
-CocoaPods is preferred. As of yet, Mapbox GL isn't in the global specs repo, but you can use it like so in your `Podfile`:
+[CocoaPods](https://cocoapods.org) is preferred. Put the following in your `Podfile`:
```ruby
use_frameworks!
-pod 'MapboxGL', :podspec => 'https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/MapboxGL.podspec'
+pod 'MapboxGL'
```
-Once the library stabilizes, a mere `pod 'MapboxGL'` will work.
-
#### Manually
1. Use [Homebrew](http://brew.sh/) to install Boost headers: `brew install boost`.