blob: b6615a3629a2f560b6abf4596caac6bda8f46cb3 [file] [log] [blame]
{
"name": "AuthenticationViewController",
"version": "1.1.0",
"summary": "A simple to use, standard interface for authenticating to oauth 2.0 protected endpoints via SFSafariViewController.",
"description": "OAuth is boring and sometimes difficult. iOS 9 introduced the fantastic SFSafariViewController that can help us mitigate this common problem of authenticating to API providers.\n\n`AuthenticationViewController` is here to help.",
"homepage": "https://github.com/raulriera/AuthenticationViewController",
"license": "MIT",
"authors": {
"Raul Riera": "rieraraul@gmail.com"
},
"social_media_url": "http://twitter.com/raulriera",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/raulriera/AuthenticationViewController.git",
"tag": "1.1.0"
},
"source_files": "AuthenticationViewController/AuthenticationViewController/*.swift"
}