File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
44
55---
66
7- ## 8.0.6 (04-16-2024)
7+ ## [ 8.0.6] ( https://github.com/ngageoint/geopackage-ios/releases/tag/8.0.6 ) (04-16-2024)
88
99* podspec dependency fixes
1010
Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ Include this repository by specifying it in a Podfile using a supported option.
3434
3535Pull from [ CocoaPods] ( https://cocoapods.org/pods/geopackage-ios ) :
3636
37- pod 'geopackage-ios', '~> 8.0.5 '
37+ pod 'geopackage-ios', '~> 8.0.6 '
3838
3939If you use ` use_modular_headers! ` in your Podfile, disable modular headers for the [ PROJ] ( https://github.com/ngageoint/PROJ ) dependency:
4040
41- pod 'geopackage-ios', '~> 8.0.5 '
41+ pod 'geopackage-ios', '~> 8.0.6 '
4242 pod 'PROJ', :modular_headers => false
4343
4444Pull from GitHub via CocoaPods:
4545
4646 pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :branch => 'master'
47- pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '8.0.5 '
47+ pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '8.0.6 '
4848
4949Include as local project:
5050
You can’t perform that action at this time.
0 commit comments