Skip to content

Commit fc3ab66

Browse files
committed
fix readme and remove unused ios dependency for now
1 parent 9a78859 commit fc3ab66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ iOS not implemented.
2020
## Dependencies
2121

2222
* [nativescript-google-maps-sdk](https://github.com/dapriett/nativescript-google-maps-sdk)
23-
* https://github.com/googlemaps[android-maps-utils
23+
* https://github.com/googlemaps/android-maps-utils
2424
* https://github.com/googlemaps/google-maps-ios-utils
2525

2626
# Install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-google-maps-utils",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "NativeScript Google Maps SDK utility library to support features such as marker clustering, heatmap, ...",
55
"main": "index.js",
66
"nativescript": {

platforms/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pod 'Google-Maps-iOS-Utils', '~> 1.0'
1+
# pod 'Google-Maps-iOS-Utils', '~> 1.0'

0 commit comments

Comments
 (0)