[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 1.20.0 / Lock.podspec.json
blob7fdd37886fe49c89e597cb356b2660bc6474056b
2   "name": "Lock",
3   "version": "1.20.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.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.20.0"
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     "libextobjc": [
31       "~> 0.4"
32     ],
33     "CocoaLumberjack": [
34       "~> 2.0"
35     ]
36   },
37   "default_subspecs": [
38     "UI",
39     "Core",
40     "WebView"
41   ],
42   "prefix_header_contents": "#import \"A0Logging.h\"\n#define A0CurrentLockVersion @\"1.20.0\"\n#define A0LocalizedString(key) NSLocalizedStringFromTable(key, @\"Lock\", nil)",
43   "subspecs": [
44     {
45       "name": "Core",
46       "public_header_files": [
47         "Pod/Classes/Core/*.h",
48         "Pod/Classes/Lock.h"
49       ],
50       "private_header_files": [
51         "Pod/Classes/Core/Private/*.h"
52       ],
53       "source_files": [
54         "Pod/Classes/Core/*.{h,m}",
55         "Pod/Classes/Core/Private/*.{h,m}",
56         "Pod/Classes/Lock.h"
57       ],
58       "ios": {
59         "public_header_files": [
60           "Pod/Classes/Core/iOS/*.h",
61           "Pod/Classes/Provider/*.h"
62         ],
63         "source_files": [
64           "Pod/Classes/Core/iOS/*.{h,m}",
65           "Pod/Classes/Provider/*.{h,m}"
66         ]
67       },
68       "osx": {
69         "public_header_files": [
70           "Pod/Classes/Core/OSX/*.h"
71         ],
72         "source_files": [
73           "Pod/Classes/Core/OSX/*.{h,m}"
74         ]
75       },
76       "dependencies": {
77         "AFNetworking": [
78           "~> 2.5"
79         ],
80         "ISO8601DateFormatter": [
81           "~> 0.7"
82         ]
83       }
84     },
85     {
86       "name": "ReactiveCore",
87       "public_header_files": [
88         "Pod/Classes/ReactiveCore/*.h"
89       ],
90       "source_files": [
91         "Pod/Classes/ReactiveCore/*.{h,m}"
92       ],
93       "dependencies": {
94         "ReactiveCocoa": [
95           "~> 2.3"
96         ],
97         "Lock/Core": [
99         ]
100       }
101     },
102     {
103       "name": "CoreUI",
104       "platforms": {
105         "ios": null
106       },
107       "public_header_files": "Pod/Classes/CoreUI/*.h",
108       "source_files": [
109         "Pod/Classes/CoreUI/*.{h,m}"
110       ],
111       "dependencies": {
112         "Lock/Core": [
114         ]
115       }
116     },
117     {
118       "name": "UI",
119       "platforms": {
120         "ios": null
121       },
122       "public_header_files": "Pod/Classes/UI/*.h",
123       "private_header_files": [
124         "Pod/Classes/UI/Private/*.h",
125         "Pod/Classes/Utils/*.h"
126       ],
127       "source_files": [
128         "Pod/Classes/{UI,Utils}/*.{h,m}",
129         "Pod/Classes/UI/Private/*.{h,m}"
130       ],
131       "dependencies": {
132         "Lock/CoreUI": [
134         ]
135       },
136       "resources": "Pod/Assets/UI/*.xib",
137       "resource_bundles": {
138         "Auth0": [
139           "Pod/Assets/UI/Images/*.png",
140           "Pod/Assets/UI/*.plist",
141           "Pod/Assets/UI/*.ttf"
142         ]
143       }
144     },
145     {
146       "name": "TouchID",
147       "platforms": {
148         "ios": null
149       },
150       "public_header_files": "Pod/Classes/TouchID/*.h",
151       "private_header_files": "Pod/Classes/TouchID/Private/*.h",
152       "source_files": "Pod/Classes/TouchID/**/*.{h,m}",
153       "resources": "Pod/Assets/TouchID/*.xib",
154       "dependencies": {
155         "Lock/UI": [
157         ],
158         "SimpleKeychain": [
159           "~> 0.2"
160         ],
161         "TouchIDAuth": [
162           "~> 0.1"
163         ]
164       },
165       "resource_bundles": {
166         "Auth0.TouchID": [
167           "Pod/Assets/TouchID/Images/*.png"
168         ]
169       }
170     },
171     {
172       "name": "SMS",
173       "platforms": {
174         "ios": null
175       },
176       "public_header_files": "Pod/Classes/SMS/*.h",
177       "private_header_files": "Pod/Classes/SMS/Private/*.h",
178       "source_files": [
179         "Pod/Classes/SMS/*.{h,m}",
180         "Pod/Classes/SMS/Private/*.{h,m}"
181       ],
182       "resources": "Pod/Assets/SMS/*.xib",
183       "dependencies": {
184         "Lock/UI": [
186         ]
187       },
188       "resource_bundles": {
189         "Auth0.SMS": [
190           "Pod/Assets/SMS/*.plist",
191           "Pod/Assets/SMS/Images/*.png"
192         ]
193       }
194     },
195     {
196       "name": "Email",
197       "platforms": {
198         "ios": null
199       },
200       "public_header_files": "Pod/Classes/Email/*.h",
201       "private_header_files": "Pod/Classes/Email/Private/*.h",
202       "source_files": [
203         "Pod/Classes/Email/*.{h,m}",
204         "Pod/Classes/Email/Private/*.{h,m}"
205       ],
206       "resources": "Pod/Assets/Email/*.xib",
207       "dependencies": {
208         "Lock/UI": [
210         ]
211       },
212       "resource_bundles": {
213         "Auth0.Email": [
214           "Pod/Assets/Email/*.plist",
215           "Pod/Assets/Email/Images/*.png"
216         ]
217       }
218     },
219     {
220       "name": "1Password",
221       "platforms": {
222         "ios": null
223       },
224       "public_header_files": "Pod/Classes/1Password/*.h",
225       "source_files": "Pod/Classes/1Password/*.{h,m}",
226       "dependencies": {
227         "1PasswordExtension": [
228           "~> 1.2"
229         ],
230         "Lock/Core": [
232         ]
233       }
234     },
235     {
236       "name": "Safari",
237       "platforms": {
238         "ios": null
239       },
240       "public_header_files": "Pod/Classes/Safari/*.h",
241       "source_files": "Pod/Classes/Safari/*.{h,m}",
242       "dependencies": {
243         "Lock/CoreUI": [
245         ]
246       }
247     },
248     {
249       "name": "WebView",
250       "platforms": {
251         "ios": null
252       },
253       "public_header_files": "Pod/Classes/WebView/*.h",
254       "source_files": "Pod/Classes/WebView/*.{h,m}",
255       "resources": "Pod/Assets/WebView/*.xib",
256       "dependencies": {
257         "Lock/CoreUI": [
259         ]
260       }
261     }
262   ]