[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 6 / 1 / 7 / SHOmniAuth / 0.2.0 / SHOmniAuth.podspec.json
blob7b840d49df2e85bf81ffb3952cd39d2c064e742c
2   "name": "SHOmniAuth",
3   "version": "0.2.0",
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": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Seivan Heidari": "seivan.heidari@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/SHOmniAuth/SHOmniAuth.git",
15     "tag": "0.2.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "SHOmniAuth/**/*.{h,m}",
21   "requires_arc": true,
22   "dependencies": {
23     "LUKeychainAccess": [
25     ]
26   }