blob: 8e2eedc7a8f5d3a926e254d5588bba61fe876bd2 [file] [log] [blame]
{
"name": "Lock-Google",
"version": "2.0.0",
"summary": "Google Native Integration for Auth0 Lock",
"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",
"homepage": "https://github.com/auth0/Lock-Google.iOS",
"license": "MIT",
"authors": {
"Auth0": "support@auth0.com",
"Hernan Zalazar": "hernan@auth0.com"
},
"source": {
"git": "https://github.com/auth0/Lock-Google.iOS.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"module_name": "LockGoogle",
"public_header_files": [
"LockGoogle/A0GoogleAuthenticator.h",
"LockGoogle/LockGoogle.h"
],
"private_header_files": "LockGoogle/A0GoogleProvider.h",
"source_files": "LockGoogle/*.{h,m}",
"dependencies": {
"Google/SignIn": [
"~> 1.0"
],
"Lock/Core": [
"~> 1.11"
]
}
}