blob: eb4106b021e34a70cdcd823a7717b6007ecbec6b [file] [log] [blame]
{
"name": "WebAuthenticationSession",
"version": "1.0",
"summary": "A drop in replacement for SFAuthenticationSession and ASWebAuthenticationSession.",
"description": "Apple has deprecated SFAuthenticationSession in iOS 12 in favor of ASWebAuthenticationSession.\nSince the API is practically identical, this library makes it easier to support both classes when targeting iOS 11.",
"homepage": "https://github.com/JonathanDowning/WebAuthenticationSession",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"JonathanDowning": "jd@jonathandowning.uk"
},
"source": {
"git": "https://github.com/JonathanDowning/WebAuthenticationSession.git",
"tag": "1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"source_files": "WebAuthenticationSession/Classes/**/*"
}