summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-05-14 15:31:26 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-05-14 15:31:26 -0700
commit6ab4f974ca9ec74878fce1feb19e3a8db03569f5 (patch)
tree95d32a10d569d4d243f9d57b9e04e95d7fe513f6 /README.md
parent594603f929da1d3a620ab2e69207793ed3e42bdd (diff)
downloadqtlocation-mapboxgl-6ab4f974ca9ec74878fce1feb19e3a8db03569f5.tar.gz
touch up README around CocoaPods
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`.