Skip to content

Commit

Permalink
8.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Apr 16, 2024
1 parent 1c56ed5 commit 5f089a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 8.0.6 (04-16-2024)
## [8.0.6](https://github.com/ngageoint/geopackage-ios/releases/tag/8.0.6) (04-16-2024)

* podspec dependency fixes

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ Include this repository by specifying it in a Podfile using a supported option.

Pull from [CocoaPods](https://cocoapods.org/pods/geopackage-ios):

pod 'geopackage-ios', '~> 8.0.5'
pod 'geopackage-ios', '~> 8.0.6'

If you use `use_modular_headers!` in your Podfile, disable modular headers for the [PROJ](https://github.com/ngageoint/PROJ) dependency:

pod 'geopackage-ios', '~> 8.0.5'
pod 'geopackage-ios', '~> 8.0.6'
pod 'PROJ', :modular_headers => false

Pull from GitHub via CocoaPods:

pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :branch => 'master'
pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '8.0.5'
pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '8.0.6'

Include as local project:

Expand Down

0 comments on commit 5f089a8

Please sign in to comment.