[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 1.23.1 / Lock.podspec.json
blob74ee4e50290f6566b1b2696ea607abf11fbbe215
2   "name": "Lock",
3   "version": "1.23.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       "Martin Gontovnikas": "gonto@auth0.com"
17     }
18   ],
19   "source": {
20     "git": "https://github.com/auth0/Lock.iOS-OSX.git",
21     "tag": "1.23.1"
22   },
23   "social_media_url": "https://twitter.com/auth0",
24   "platforms": {
25     "ios": "7.0",
26     "osx": "10.9"
27   },
28   "requires_arc": true,
29   "dependencies": {
30     "CocoaLumberjack": [
31       "~> 2.0"
32     ]
33   },
34   "default_subspecs": [
35     "UI",
36     "Core",
37     "WebView"
38   ],
39   "prefix_header_contents": "#define A0CurrentLockVersion @\"1.23.1\"",
40   "subspecs": [
41     {
42       "name": "Core",
43       "public_header_files": [
44         "Lock/Core/*.h",
45         "CocoaPods/Lock.h"
46       ],
47       "private_header_files": [
48         "Lock/Core/Private/*.h"
49       ],
50       "source_files": [
51         "Lock/Core/*.{h,m}",
52         "Lock/Core/Private/*.{h,m}",
53         "CocoaPods/Lock.h"
54       ],
55       "ios": {
56         "public_header_files": [
57           "Lock/Core/iOS/*.h",
58           "Lock/Provider/*.h"
59         ],
60         "source_files": [
61           "Lock/Core/iOS/*.{h,m}",
62           "Lock/Provider/*.{h,m}",
63           "Lock/Provider/Private/*.{h,m}"
64         ]
65       },
66       "osx": {
67         "public_header_files": [
68           "Lock/Core/OSX/*.h"
69         ],
70         "source_files": [
71           "Lock/Core/OSX/*.{h,m}"
72         ]
73       },
74       "dependencies": {
75         "AFNetworking": [
76           "~> 3.0"
77         ]
78       }
79     },
80     {
81       "name": "CoreUI",
82       "platforms": {
83         "ios": "7.0"
84       },
85       "public_header_files": "Lock/CoreUI/*.h",
86       "source_files": [
87         "Lock/CoreUI/*.{h,m}"
88       ],
89       "dependencies": {
90         "Lock/Core": [
92         ]
93       }
94     },
95     {
96       "name": "UI",
97       "platforms": {
98         "ios": "7.0"
99       },
100       "public_header_files": "Lock/UI/*.h",
101       "private_header_files": [
102         "Lock/UI/Private/*.h",
103         "Lock/Utils/*.h"
104       ],
105       "source_files": [
106         "Lock/{UI,Utils}/*.{h,m}",
107         "Lock/UI/Private/*.{h,m}"
108       ],
109       "dependencies": {
110         "Lock/CoreUI": [
112         ]
113       },
114       "resources": "Lock/UI/NIBs/*.xib",
115       "resource_bundles": {
116         "Auth0": [
117           "Auth0/Images/*.png",
118           "Auth0/Social/*.png"
119         ]
120       }
121     },
122     {
123       "name": "TouchID",
124       "platforms": {
125         "ios": "7.0"
126       },
127       "public_header_files": "Lock/TouchID/*.h",
128       "private_header_files": "Lock/TouchID/Private/*.h",
129       "source_files": "Lock/TouchID/**/*.{h,m}",
130       "resources": "Lock/TouchID/NIBs/*.xib",
131       "dependencies": {
132         "Lock/UI": [
134         ],
135         "SimpleKeychain": [
136           "~> 0.2"
137         ],
138         "TouchIDAuth": [
139           "~> 0.1"
140         ]
141       },
142       "resource_bundles": {
143         "Auth0.TouchID": [
144           "Auth0-TouchID/Images/*.png"
145         ]
146       }
147     },
148     {
149       "name": "SMS",
150       "platforms": {
151         "ios": "7.0"
152       },
153       "public_header_files": "Lock/SMS/*.h",
154       "private_header_files": "Lock/SMS/Private/*.h",
155       "source_files": [
156         "Lock/SMS/*.{h,m}",
157         "Lock/SMS/Private/*.{h,m}"
158       ],
159       "resources": "Lock/SMS/NIBs/*.xib",
160       "dependencies": {
161         "Lock/UI": [
163         ]
164       },
165       "resource_bundles": {
166         "Auth0.SMS": [
167           "Auth0-SMS/*.plist",
168           "Auth0-SMS/Images/*.png"
169         ]
170       }
171     },
172     {
173       "name": "Email",
174       "platforms": {
175         "ios": "7.0"
176       },
177       "public_header_files": "Lock/Email/*.h",
178       "private_header_files": "Lock/Email/Private/*.h",
179       "source_files": [
180         "Lock/Email/*.{h,m}",
181         "Lock/Email/Private/*.{h,m}"
182       ],
183       "resources": "Lock/Email/NIBs/*.xib",
184       "dependencies": {
185         "Lock/UI": [
187         ]
188       }
189     },
190     {
191       "name": "Safari",
192       "platforms": {
193         "ios": "7.0"
194       },
195       "public_header_files": "Lock/Safari/*.h",
196       "source_files": "Lock/Safari/*.{h,m}",
197       "dependencies": {
198         "Lock/CoreUI": [
200         ]
201       }
202     },
203     {
204       "name": "WebView",
205       "platforms": {
206         "ios": "7.0"
207       },
208       "public_header_files": "Lock/WebView/*.h",
209       "source_files": "Lock/WebView/*.{h,m}",
210       "resources": "Lock/WebView/NIBs/*.xib",
211       "dependencies": {
212         "Lock/CoreUI": [
214         ]
215       },
216       "frameworks": [
217         "WebKit"
218       ]
219     }
220   ]