Skip to content

Commit

Permalink
Updated forked version of Heimdallr
Browse files Browse the repository at this point in the history
Version 3.7 up on github but not available through cocoapods seen here
trivago#123 from Aug 2nd.

We will push out a release under ToznyHeimdallr so we can take advantage
of the updated dependencies for Swift 5.
  • Loading branch information
willmichael committed Sep 13, 2019
1 parent fd4b9c2 commit 1d989e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

5 changes: 3 additions & 2 deletions Heimdallr.podspec → ToznyHeimdallr.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Heimdallr'
spec.version = '3.7.0'
spec.name = 'ToznyHeimdallr'
spec.version = '4.0.0'
spec.authors = {
'trivago' => '[email protected]'
}
Expand All @@ -19,6 +19,7 @@ Pod::Spec.new do |spec|

spec.ios.deployment_target = '9.0'
spec.osx.deployment_target = '10.10'
spec.swift_version = '5.0'

spec.default_subspec = 'Core'

Expand Down

0 comments on commit 1d989e7

Please sign in to comment.