[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 2.0.0-rc.2 / Lock.podspec.json
blob99189693e4984f09a0192459013584a6ccc808a1
2   "name": "Lock",
3   "version": "2.0.0-rc.2",
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-rc.2"
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.1"
28     ]
29   },
30   "default_subspecs": "Classic",
31   "pushed_with_swift_version": "3.0",
32   "subspecs": [
33     {
34       "name": "Classic",
35       "ios": {
36         "source_files": "Lock/**/*.swift",
37         "resources": "Lock/*.xcassets"
38       }
39     }
40   ]