[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 2.0.0-beta.1 / Lock.podspec.json
blob58c1ed7f63cd8e8518369ace1a808d14df97bb23
2   "name": "Lock",
3   "version": "2.0.0-beta.1",
4   "summary": "A library that uses Auth0 for Authentication with Native Look & Feel",
5   "description": "[![Auth0](https://i.cloudup.com/1vaSVATKTL.png)](http://auth0.com)\n\nAuth0 is a SaaS that helps you with Authentication and Authorization. You can use Social Providers (Like Facebook, Google, Twitter, etc.), Enterprise Providers (Active Directory, LDap, Windows Azure AD, SAML, etc.) and a Username/Password store which can be saved either by us or by you. We have SDKs for the most common platforms (Ruby, Node, iOS, Angular, etc.) so that with a couple lines of code, you can get the Authentication for your app implemented. Let us worry about Authentication so that you can focus on the core of your business.",
6   "homepage": "https://github.com/auth0/Lock.iOS-OSX",
7   "license": "MIT",
8   "authors": [
9     {
10       "Auth0": "support@auth0.com"
11     },
12     {
13       "Hernan Zalazar": "hernan@auth0.com"
14     }
15   ],
16   "source": {
17     "git": "https://github.com/auth0/Lock.iOS-OSX.git",
18     "tag": "2.0.0-beta.1"
19   },
20   "social_media_url": "https://twitter.com/auth0",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "requires_arc": true,
25   "dependencies": {
26     "Auth0": [
27       "1.0.0-rc.1"
28     ]
29   },
30   "default_subspecs": "Classic",
31   "subspecs": [
32     {
33       "name": "Classic",
34       "ios": {
35         "source_files": "Lock/**/*.swift",
36         "resources": "Lock/*.xcassets"
37       }
38     }
39   ]