-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dc8324
commit 71a265f
Showing
6 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,12 +61,12 @@ def $RNMBGL.post_install(installer) | |
end | ||
|
||
Pod::Spec.new do |s| | ||
s.name = "maplibre-react-native" | ||
s.summary = "React Native Component for Maplibre Native" | ||
s.name = "vietmap-react-native" | ||
s.summary = "React Native Component for Vietmap GL Native" | ||
s.version = package['version'] | ||
s.authors = { "Ian Wagner" => "[email protected]" } # TODO: MapLibre email? | ||
s.homepage = "https://github.com/maplibre/maplibre-react-native" | ||
s.source = { :git => "https://github.com/maplibre/maplibre-react-native.git" } | ||
s.authors = { "Vietmap" => "[email protected]" } # TODO: MapLibre email? | ||
s.homepage = "https://maps.vietmap.vn" | ||
s.source = { :git => "https://github.com/vietmap-company/vietmap-gl-react-native.git" } | ||
s.license = "MIT" | ||
s.platform = :ios, "8.0" | ||
|
||
|