[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / f / 6 / Lock-Google / 3.0.0 / Lock-Google.podspec.json
blob5bebaea92e64380a8944117697705c30cd148a5a
2   "name": "Lock-Google",
3   "version": "3.0.0",
4   "summary": "Google Native Integration for Auth0 Lock",
5   "description": "[![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)\nPlugin for [Auth0 Lock](https://github.com/auth0/Lock.iOS-OSX) that handles authentication using Google iOS SDK.\n> This plugin replaces the deprecated `Lock-GooglePlus` plugin",
6   "homepage": "https://github.com/auth0/Lock-Google.iOS",
7   "license": "MIT",
8   "authors": {
9     "Auth0": "support@auth0.com",
10     "Hernan Zalazar": "hernan@auth0.com"
11   },
12   "source": {
13     "git": "https://github.com/auth0/Lock-Google.iOS.git",
14     "tag": "3.0.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "module_name": "LockGoogle",
22   "public_header_files": [
23     "LockGoogle/A0GoogleAuthenticator.h",
24     "LockGoogle/LockGoogle.h"
25   ],
26   "private_header_files": "LockGoogle/A0GoogleProvider.h",
27   "source_files": "LockGoogle/*.{h,m}",
28   "dependencies": {
29     "Google/SignIn": [
30       "~> 3.0.0"
31     ],
32     "Lock/Core": [
33       "~> 1.27"
34     ]
35   }