Skip to content

Commit

Permalink
podspec dependency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Apr 11, 2024
1 parent 501b187 commit ccdf52b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 8.0.6 (TBD)
## 8.0.6 (04-16-2024)

* TBD
* podspec dependency fixes

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

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/swift/GeoPackage-to-go-iOS/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ platform :ios, '12.0'

target 'GeoPackage-iOS-example' do
# Pods for GeoPackage-iOS-example
pod 'geopackage-ios', '~> 8.0.5'
pod 'geopackage-ios', '~> 8.0.6'
end
6 changes: 3 additions & 3 deletions geopackage-ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Pod::Spec.new do |s|
s.resource_bundle = { 'geopackage-ios' => ['geopackage-ios/**/geopackage*.plist'] }
s.frameworks = 'Foundation'

s.dependency 'sf-wkb-ios', '~> 4.1.3'
s.dependency 'sf-wkt-ios', '~> 2.1.3'
s.dependency 'sf-proj-ios', '~> 6.0.2'
s.dependency 'sf-wkb-ios', '~> 4.1.4'
s.dependency 'sf-wkt-ios', '~> 2.1.4'
s.dependency 'sf-proj-ios', '~> 6.0.3'
s.dependency 'ogc-api-features-json-ios', '~> 4.2.5'
s.dependency 'color-ios', '~> 1.0.2'
s.dependency 'tiff-ios', '~> 4.0.2'
Expand Down

0 comments on commit ccdf52b

Please sign in to comment.