forked from trivago/Heimdallr.swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated forked version of Heimdallr 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
1 parent
fd4b9c2
commit 738ff2c
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'Heimdallr' | ||
spec.version = '3.7.0' | ||
spec.name = 'ToznyHeimdallr' | ||
spec.version = '4.0.1' | ||
spec.authors = { | ||
'trivago' => '[email protected]' | ||
} | ||
spec.social_media_url = 'https://twitter.com/trivago' | ||
spec.license = { | ||
:type => 'Apache License, Version 2.0', | ||
:file => 'LICENSE' | ||
} | ||
spec.homepage = 'https://github.com/trivago/Heimdallr.swift' | ||
spec.homepage = 'https://github.com/tozny/Heimdallr.swift' | ||
spec.source = { | ||
:git => 'https://github.com/trivago/Heimdallr.swift.git', | ||
:git => 'https://github.com/tozny/Heimdallr.swift.git', | ||
:tag => spec.version.to_s | ||
} | ||
spec.summary = 'Easy to use OAuth 2 library, written in Swift' | ||
spec.description = 'Heimdallr is an OAuth 2.0 client specifically designed for easy usage. It currently supports the resource owner password credentials grant flow, refreshing an access token as well as extension grants.' | ||
|
||
spec.ios.deployment_target = '9.0' | ||
spec.osx.deployment_target = '10.10' | ||
spec.swift_version = '5.0' | ||
|
||
spec.default_subspec = 'Core' | ||
|
||
|