summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-12-04 19:16:23 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-12-04 19:16:23 -0800
commit56ea347c49cfbeec9cf1dca5726b9eb322ebd1ec (patch)
tree1c5406330f5c15f4d2f1f0c919798d5d59738b15 /ios
parentbf0cb7fcfa64edd3672a0fb9d4021eed9a775a44 (diff)
downloadqtlocation-mapboxgl-56ea347c49cfbeec9cf1dca5726b9eb322ebd1ec.tar.gz
[ios] Silly rabbit, Cocoa bindings are for Mac developers!
Replaced the term “Cocoa bindings” in documentation because this library is for iOS, not OS X.
Diffstat (limited to 'ios')
-rw-r--r--ios/Mapbox-iOS-SDK.podspec2
-rw-r--r--ios/docs/pod-README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec
index a92483dece..091dd33ad2 100644
--- a/ios/Mapbox-iOS-SDK.podspec
+++ b/ios/Mapbox-iOS-SDK.podspec
@@ -4,7 +4,7 @@ Pod::Spec.new do |m|
m.version = '3.0.0-symbols'
m.summary = 'Open source vector map solution for iOS with full styling capabilities.'
- m.description = 'Open source OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa bindings.'
+ m.description = 'Open source, OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa Touch APIs.'
m.homepage = 'https://www.mapbox.com/ios-sdk/'
m.license = 'BSD'
m.author = { 'Mapbox' => 'mobile@mapbox.com' }
diff --git a/ios/docs/pod-README.md b/ios/docs/pod-README.md
index 23898c5dd3..b308153de1 100644
--- a/ios/docs/pod-README.md
+++ b/ios/docs/pod-README.md
@@ -1,6 +1,6 @@
# Mapbox iOS SDK
-An open source OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa bindings.
+An open source, OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa Touch APIs.
For more information, check out [our online overview](https://www.mapbox.com/ios-sdk/).