summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadia Barbosa <nadiabarbosa@me.com>2018-08-15 09:45:56 -0700
committerNadia Barbosa <captainbarbosa@users.noreply.github.com>2018-08-15 11:44:21 -0700
commit91f934fdb61599744474d5f60f919d3dba5b64e1 (patch)
tree341b893ad2356ac840a7fcfc216defeb92bee869
parent2173088203d1f1c8cd2c1ca8915e8b076d52c59a (diff)
downloadqtlocation-mapboxgl-91f934fdb61599744474d5f60f919d3dba5b64e1.tar.gz
[macos] Fix pod name within docs
-rw-r--r--platform/macos/docs/pod-README.md2
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
```