-
Notifications
You must be signed in to change notification settings - Fork 741
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #166 from intere/release/1.1.0
Created version 1.1.0
- Loading branch information
Showing
6 changed files
with
12 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "ARCL" | ||
s.version = "1.0.4" | ||
s.version = "1.1.0" | ||
s.summary = "ARKit + CoreLocation combines the high accuracy of AR with the scale of GPS data." | ||
s.homepage = "https://github.com/ProjectDent/arkit-corelocation" | ||
s.author = { "Andrew Hart" => "[email protected]" } | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Changelog | ||
|
||
- [PR #59 - Routing / Polylines](https://github.com/ProjectDent/ARKit-CoreLocation/pull/159) | ||
- Adds the ability to take an array of `MKRoute` objects and render it as a route in AR (similar to the demo gif on the README) | ||
- Updates the demo app to allow you to demonstrate this capability | ||
- 1.1.0 | ||
- [PR #59 - Routing / Polylines](https://github.com/ProjectDent/ARKit-CoreLocation/pull/159) | ||
- Adds the ability to take an array of `MKRoute` objects and render it as a route in AR (similar to the demo gif on the README) | ||
- Updates the demo app to allow you to demonstrate this capability |