[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 1.22.0 / Lock.podspec.json
blob48f801d5949db621351118b52e1608e699665b7c
2   "name": "Lock",
3   "version": "1.22.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.22.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     "CocoaLumberjack": [
31       "~> 2.0"
32     ]
33   },
34   "default_subspecs": [
35     "UI",
36     "Core",
37     "WebView"
38   ],
39   "prefix_header_contents": "#define A0CurrentLockVersion @\"1.22.0\"",
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         ]
64       },
65       "osx": {
66         "public_header_files": [
67           "Lock/Core/OSX/*.h"
68         ],
69         "source_files": [
70           "Lock/Core/OSX/*.{h,m}"
71         ]
72       },
73       "dependencies": {
74         "AFNetworking": [
75           "~> 2.5"
76         ]
77       }
78     },
79     {
80       "name": "CoreUI",
81       "platforms": {
82         "ios": null
83       },
84       "public_header_files": "Lock/CoreUI/*.h",
85       "source_files": [
86         "Lock/CoreUI/*.{h,m}"
87       ],
88       "dependencies": {
89         "Lock/Core": [
91         ]
92       }
93     },
94     {
95       "name": "UI",
96       "platforms": {
97         "ios": null
98       },
99       "public_header_files": "Lock/UI/*.h",
100       "private_header_files": [
101         "Lock/UI/Private/*.h",
102         "Lock/Utils/*.h"
103       ],
104       "source_files": [
105         "Lock/{UI,Utils}/*.{h,m}",
106         "Lock/UI/Private/*.{h,m}"
107       ],
108       "dependencies": {
109         "Lock/CoreUI": [
111         ]
112       },
113       "resources": "Lock/UI/NIBs/*.xib",
114       "resource_bundles": {
115         "Auth0": [
116           "Auth0/Images/*.png",
117           "Auth0/Social/*.png"
118         ]
119       }
120     },
121     {
122       "name": "TouchID",
123       "platforms": {
124         "ios": null
125       },
126       "public_header_files": "Lock/TouchID/*.h",
127       "private_header_files": "Lock/TouchID/Private/*.h",
128       "source_files": "Lock/TouchID/**/*.{h,m}",
129       "resources": "Lock/TouchID/NIBs/*.xib",
130       "dependencies": {
131         "Lock/UI": [
133         ],
134         "SimpleKeychain": [
135           "~> 0.2"
136         ],
137         "TouchIDAuth": [
138           "~> 0.1"
139         ]
140       },
141       "resource_bundles": {
142         "Auth0.TouchID": [
143           "Auth0-TouchID/Images/*.png"
144         ]
145       }
146     },
147     {
148       "name": "SMS",
149       "platforms": {
150         "ios": null
151       },
152       "public_header_files": "Lock/SMS/*.h",
153       "private_header_files": "Lock/SMS/Private/*.h",
154       "source_files": [
155         "Lock/SMS/*.{h,m}",
156         "Lock/SMS/Private/*.{h,m}"
157       ],
158       "resources": "Lock/SMS/NIBs/*.xib",
159       "dependencies": {
160         "Lock/UI": [
162         ]
163       },
164       "resource_bundles": {
165         "Auth0.SMS": [
166           "Auth0-SMS/*.plist",
167           "Auth0-SMS/Images/*.png"
168         ]
169       }
170     },
171     {
172       "name": "Email",
173       "platforms": {
174         "ios": null
175       },
176       "public_header_files": "Lock/Email/*.h",
177       "private_header_files": "Lock/Email/Private/*.h",
178       "source_files": [
179         "Lock/Email/*.{h,m}",
180         "Lock/Email/Private/*.{h,m}"
181       ],
182       "resources": "Lock/Email/NIBs/*.xib",
183       "dependencies": {
184         "Lock/UI": [
186         ]
187       }
188     },
189     {
190       "name": "Safari",
191       "platforms": {
192         "ios": null
193       },
194       "public_header_files": "Lock/Safari/*.h",
195       "source_files": "Lock/Safari/*.{h,m}",
196       "dependencies": {
197         "Lock/CoreUI": [
199         ]
200       }
201     },
202     {
203       "name": "WebView",
204       "platforms": {
205         "ios": null
206       },
207       "public_header_files": "Lock/WebView/*.h",
208       "source_files": "Lock/WebView/*.{h,m}",
209       "resources": "Lock/WebView/NIBs/*.xib",
210       "dependencies": {
211         "Lock/CoreUI": [
213         ]
214       },
215       "frameworks": [
216         "WebKit"
217       ]
218     }
219   ]