[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 2.16.0 / Lock.podspec.json
blob371c0d1c8575b8f912e4c9ed3055aeb15acd1b98
2   "name": "Lock",
3   "version": "2.16.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.16.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.21"
31     ]
32   },
33   "default_subspecs": "Classic",
34   "swift_versions": [
35     "4.0",
36     "4.1",
37     "4.2",
38     "5.0"
39   ],
40   "subspecs": [
41     {
42       "name": "Classic",
43       "ios": {
44         "source_files": "Lock/**/*.{swift,h,m}",
45         "resources": [
46           "Lock/*.xcassets",
47           "Lock/*.lproj",
48           "Lock/passwordless_country_codes.plist"
49         ]
50       }
51     }
52   ],
53   "swift_version": "5.0"