[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / c / 4 / Lock-Facebook / 2.2.0 / Lock-Facebook.podspec.json
blob792c4423d3e0ced74441ef61bb695264588c3673
2   "name": "Lock-Facebook",
3   "version": "2.2.0",
4   "summary": "Facebook 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 Facebook iOS SDK.",
6   "homepage": "https://github.com/auth0/Lock-Facebook.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-Facebook.iOS.git",
14     "tag": "2.2.0"
15   },
16   "social_media_url": "https://twitter.com/auth0",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "public_header_files": [
22     "LockFacebook/A0*.h",
23     "LockFacebook/LockFacebook.h"
24   ],
25   "source_files": "LockFacebook/*.{h,m}",
26   "module_name": "LockFacebook",
27   "dependencies": {
28     "FBSDKLoginKit": [
29       "~> 4.6"
30     ],
31     "FBSDKCoreKit": [
32       "~> 4.6"
33     ],
34     "Lock/Core": [
35       "~> 1.11"
36     ],
37     "CocoaLumberjack": [
38       "~> 2.0"
39     ]
40   }