Skip to content

Commit

Permalink
Bump podspec to 4.9.0, updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
drmohundro committed Mar 29, 2019
1 parent d705017 commit f43166a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v4.9.0 (March 29, 2019)

- Added Xcode 10.2, Swift 5.0 support (via [#210](https://github.com/drmohundro/SWXMLHash/pull/210))

## v4.8.0 (March 6, 2019)

- Added support for using String backed RawRepresentables in place of Strings for revelant APIs (via
Expand Down
4 changes: 2 additions & 2 deletions SWXMLHash.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SWXMLHash'
s.version = '4.8.0'
s.version = '4.9.0'
s.summary = 'Simple XML parsing in Swift'
s.homepage = 'https://github.com/drmohundro/SWXMLHash'
s.license = { type: 'MIT' }
s.authors = { 'David Mohundro' => 'david@mohundro.com' }

s.requires_arc = true
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.0',
'SWIFT_VERSION' => '5.0',
'APPLICATION_EXTENSION_API_ONLY' => 'YES'
}

Expand Down

0 comments on commit f43166a

Please sign in to comment.