[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 1.26.2 / Lock.podspec.json
blob3d35801e2d00a601672d441984f9253cedf41bfe
2   "name": "Lock",
3   "version": "1.26.2",
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.26.2"
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.26.2\"",
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           "Lock/Provider/*.h"
70         ],
71         "source_files": [
72           "Lock/Core/OSX/*.{h,m}",
73           "Lock/Provider/*.{h,m}",
74           "Lock/Provider/Private/*.{h,m}"
75         ]
76       },
77       "dependencies": {
78         "AFNetworking": [
79           "~> 3.0"
80         ]
81       }
82     },
83     {
84       "name": "CoreUI",
85       "platforms": {
86         "ios": "7.0"
87       },
88       "public_header_files": "Lock/CoreUI/*.h",
89       "source_files": [
90         "Lock/CoreUI/*.{h,m}"
91       ],
92       "dependencies": {
93         "Lock/Core": [
95         ],
96         "Masonry": [
97           "~> 0.6"
98         ]
99       }
100     },
101     {
102       "name": "UI",
103       "platforms": {
104         "ios": "7.0"
105       },
106       "public_header_files": "Lock/UI/*.h",
107       "private_header_files": [
108         "Lock/UI/Private/*.h",
109         "Lock/Utils/*.h"
110       ],
111       "source_files": [
112         "Lock/{UI,Utils}/*.{h,m}",
113         "Lock/UI/Private/*.{h,m}"
114       ],
115       "dependencies": {
116         "Lock/CoreUI": [
118         ]
119       },
120       "resource_bundles": {
121         "Auth0": [
122           "Auth0/Images/*.png",
123           "Auth0/Social/*.png",
124           "Auth0/*.plist"
125         ]
126       }
127     },
128     {
129       "name": "TouchID",
130       "platforms": {
131         "ios": "7.0"
132       },
133       "public_header_files": "Lock/TouchID/*.h",
134       "private_header_files": "Lock/TouchID/Private/*.h",
135       "source_files": "Lock/TouchID/**/*.{h,m}",
136       "dependencies": {
137         "Lock/UI": [
139         ],
140         "SimpleKeychain": [
141           "~> 0.2"
142         ],
143         "TouchIDAuth": [
144           "~> 0.1"
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       "dependencies": {
160         "Lock/UI": [
162         ]
163       }
164     },
165     {
166       "name": "Email",
167       "platforms": {
168         "ios": "7.0"
169       },
170       "public_header_files": "Lock/Email/*.h",
171       "private_header_files": "Lock/Email/Private/*.h",
172       "source_files": [
173         "Lock/Email/*.{h,m}",
174         "Lock/Email/Private/*.{h,m}"
175       ],
176       "dependencies": {
177         "Lock/UI": [
179         ]
180       }
181     },
182     {
183       "name": "Safari",
184       "platforms": {
185         "ios": "7.0"
186       },
187       "public_header_files": "Lock/Safari/*.h",
188       "source_files": "Lock/Safari/*.{h,m}",
189       "dependencies": {
190         "Lock/CoreUI": [
192         ]
193       }
194     },
195     {
196       "name": "WebView",
197       "platforms": {
198         "ios": "7.0"
199       },
200       "public_header_files": "Lock/WebView/*.h",
201       "source_files": "Lock/WebView/*.{h,m}",
202       "dependencies": {
203         "Lock/CoreUI": [
205         ]
206       },
207       "frameworks": [
208         "WebKit"
209       ]
210     }
211   ]