blob: 7495a970056b2f39805ef9616b4f12ea4f12bc6f [file] [log] [blame]
{
"name": "SHOmniAuth",
"version": "0.1.1",
"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": {
"type": "MIT"
},
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/SHOmniAuth/SHOmniAuth.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SHOmniAuth/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"LUKeychainAccess": [
]
}
}