blob: e5f8ec8b7b8cf1903cd8b0547121eec1a0422f80 [file] [log] [blame]
{
"name": "SHOmniAuth",
"version": "0.2.2",
"summary": "Pattern for Authentication via different providers.",
"description": " Fixed pattern for authentication via different providers\n \n * Register key and secret with a provider\n * Register callback url\n * Register scopes\n * Unified authentication with existing or new users \n\n SHOmniAuthProvider is an abstract pattern (protocol) to define an authentication flow.\n Ask the users to pick from a list of accounts to auth or add a new account. \n",
"homepage": "https://github.com/SHOmniAuth/SHOmniAuth",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/SHOmniAuth/SHOmniAuth.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHOmniAuth/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"LUKeychainAccess": [
]
}
}