diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-05-14 15:31:26 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-05-14 15:31:26 -0700 |
commit | 6ab4f974ca9ec74878fce1feb19e3a8db03569f5 (patch) | |
tree | 95d32a10d569d4d243f9d57b9e04e95d7fe513f6 /README.md | |
parent | 594603f929da1d3a620ab2e69207793ed3e42bdd (diff) | |
download | qtlocation-mapboxgl-6ab4f974ca9ec74878fce1feb19e3a8db03569f5.tar.gz |
touch up README around CocoaPods
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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`. |