blob: 9da48d120933ba985378b784ea362fe3552ef0b5 [file] [log] [blame]
{
"name": "Lock-Facebook",
"version": "2.2.1",
"summary": "Facebook 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 Facebook iOS SDK.",
"homepage": "https://github.com/auth0/Lock-Facebook.iOS",
"license": "MIT",
"authors": {
"Auth0": "support@auth0.com",
"Hernan Zalazar": "hernan@auth0.com"
},
"source": {
"git": "https://github.com/auth0/Lock-Facebook.iOS.git",
"tag": "2.2.1"
},
"social_media_url": "https://twitter.com/auth0",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": [
"LockFacebook/A0*.h",
"LockFacebook/LockFacebook.h"
],
"source_files": "LockFacebook/*.{h,m}",
"module_name": "LockFacebook",
"dependencies": {
"FBSDKLoginKit": [
"~> 4.6"
],
"FBSDKCoreKit": [
"~> 4.6"
],
"Lock/Core": [
"~> 1.11"
],
"CocoaLumberjack": [
"~> 2.0"
]
}
}