blob: 98235c7770a0c8725f772de2e5169d08f2595ed2 [file] [log] [blame]
{
"name": "Lock-GooglePlus",
"version": "1.0.0",
"summary": "Google+ Native Integration for Auth0 Lock",
"description": " [![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)\n Plugin for [Auth0 Lock](https://github.com/auth0/Lock.iOS-OSX) that handles authentication using Google+ iOS SDK.\n",
"homepage": "https://github.com/auth0/Lock-GooglePlus.iOS",
"license": "MIT",
"authors": {
"Auth0": "support@auth0.com",
"Hernan Zalazar": "hernan@auth0.com"
},
"source": {
"git": "https://github.com/auth0/Lock-GooglePlus.iOS.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Pod/Classes/*.h",
"source_files": "Pod/Classes/*.{h,m}",
"dependencies": {
"googleplus-ios-sdk": [
"~> 1.7.1"
],
"Lock/Core": [
"~> 1.11"
]
}
}