diff options
author | Nadia Barbosa <nadiabarbosa@me.com> | 2018-08-15 09:45:56 -0700 |
---|---|---|
committer | Nadia Barbosa <captainbarbosa@users.noreply.github.com> | 2018-08-15 11:44:21 -0700 |
commit | 91f934fdb61599744474d5f60f919d3dba5b64e1 (patch) | |
tree | 341b893ad2356ac840a7fcfc216defeb92bee869 /platform/macos | |
parent | 2173088203d1f1c8cd2c1ca8915e8b076d52c59a (diff) | |
download | qtlocation-mapboxgl-91f934fdb61599744474d5f60f919d3dba5b64e1.tar.gz |
[macos] Fix pod name within docs
Diffstat (limited to 'platform/macos')
-rw-r--r-- | platform/macos/docs/pod-README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/macos/docs/pod-README.md b/platform/macos/docs/pod-README.md index 4827124be0..5dbef70efb 100644 --- a/platform/macos/docs/pod-README.md +++ b/platform/macos/docs/pod-README.md @@ -40,7 +40,7 @@ Create a [Podfile](https://guides.cocoapods.org/syntax/podfile.html) with the fo platform :osx, '10.11' target 'TargetNameForYourApp' do - pod 'Mapbox-iOS-SDK', '~> x.y' + pod 'Mapbox-macOS-SDK', '~> x.y' end ``` |