Skip to content

Commit

Permalink
chore: bump podspec file, too
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro committed May 10, 2023
1 parent a853604 commit 7226ebc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v7.0.1 (May 9, 2023)
## v7.0.2 (May 9, 2023)

- Added Windows support (via [#273](https://github.com/drmohundro/SWXMLHash/pull/273))

Expand Down
10 changes: 5 additions & 5 deletions SWXMLHash.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SWXMLHash'
s.version = '7.0.1'
s.version = '7.0.2'
s.summary = 'Simple XML parsing in Swift'
s.homepage = 'https://github.com/drmohundro/SWXMLHash'
s.license = { type: 'MIT' }
Expand All @@ -12,10 +12,10 @@ Pod::Spec.new do |s|
}

s.swift_version = '5.0'
s.osx.deployment_target = '10.9'
s.ios.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.tvos.deployment_target = '9.0'
s.osx.deployment_target = '10.13'
s.ios.deployment_target = '11.0'
s.watchos.deployment_target = '4.0'
s.tvos.deployment_target = '11.0'

s.source = {
git: 'https://github.com/drmohundro/SWXMLHash.git',
Expand Down

0 comments on commit 7226ebc

Please sign in to comment.