[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 1 / 7 / SHOmniAuth / 0.2.2 / SHOmniAuth.podspec.json
blobe5f8ec8b7b8cf1903cd8b0547121eec1a0422f80
2   "name": "SHOmniAuth",
3   "version": "0.2.2",
4   "summary": "Pattern for Authentication via different providers.",
5   "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",
6   "homepage": "https://github.com/SHOmniAuth/SHOmniAuth",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/SHOmniAuth/SHOmniAuth.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "SHOmniAuth/**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "LUKeychainAccess": [
23     ]
24   }