[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 2.9.0 / Lock.podspec.json
blob157056df78480eea20805b802f495012a04c9058
2   "name": "Lock",
3   "version": "2.9.0",
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.swift",
7   "license": "MIT",
8   "authors": [
9     {
10       "Auth0": "support@auth0.com"
11     },
12     {
13       "Hernan Zalazar": "hernan@auth0.com"
14     },
15     {
16       "Martin Walsh": "martin.walsh@auth0.com"
17     }
18   ],
19   "source": {
20     "git": "https://github.com/auth0/Lock.swift.git",
21     "tag": "2.9.0"
22   },
23   "social_media_url": "https://twitter.com/auth0",
24   "platforms": {
25     "ios": "9.0"
26   },
27   "requires_arc": true,
28   "dependencies": {
29     "Auth0": [
30       "~> 1.13"
31     ]
32   },
33   "default_subspecs": "Classic",
34   "subspecs": [
35     {
36       "name": "Classic",
37       "ios": {
38         "source_files": "Lock/**/*.{swift,h,m}",
39         "resources": [
40           "Lock/*.xcassets",
41           "Lock/*.lproj",
42           "Lock/passwordless_country_codes.plist"
43         ]
44       }
45     }
46   ]