blob: d1e46c80a74648b6695ee71d78ee572e124c616a [file] [log] [blame]
{
"name": "ToznyHeimdallr",
"version": "4.0.1",
"authors": {
"trivago": "info@trivago.de"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/tozny/Heimdallr.swift",
"source": {
"git": "https://github.com/tozny/Heimdallr.swift.git",
"tag": "4.0.1"
},
"summary": "Easy to use OAuth 2 library, written in Swift",
"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.",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"dependencies": {
"Result": [
"~> 4.1.0"
]
},
"frameworks": "Foundation",
"source_files": "Heimdallr/*.swift"
}
]
}