[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 1.6.0 / Lock.podspec.json
blob2425cd0aaffeaf58b4cdb6a60557218c3834d2e4
2   "name": "Lock",
3   "version": "1.6.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.\n",
6   "homepage": "https://github.com/auth0/Lock.iOS-OSX",
7   "license": "MIT",
8   "authors": [
9     {
10       "Martin Gontovnikas": "gonto@auth0.com"
11     },
12     {
13       "Hernan Zalazar": "hernan@auth0.com"
14     }
15   ],
16   "source": {
17     "git": "https://github.com/auth0/Lock.iOS-OSX.git",
18     "tag": "1.6.0"
19   },
20   "social_media_url": "https://twitter.com/auth0",
21   "platforms": {
22     "ios": "7.0",
23     "osx": "10.9"
24   },
25   "requires_arc": true,
26   "dependencies": {
27     "libextobjc": [
28       "~> 0.4"
29     ],
30     "CocoaLumberjack": [
31       "~> 1.9"
32     ],
33     "ObjectiveSugar": [
34       "~> 1.1"
35     ]
36   },
37   "default_subspecs": [
38     "UI",
39     "Facebook",
40     "Twitter",
41     "Core"
42   ],
43   "prefix_header_contents": "    #import \"A0Logging.h\"\n    #define A0LocalizedString(key) NSLocalizedStringFromTable(key, @\"Lock\", nil)\n",
44   "subspecs": [
45     {
46       "name": "Core",
47       "public_header_files": [
48         "Pod/Classes/Core/*.h",
49         "Pod/Classes/Lock.h"
50       ],
51       "source_files": [
52         "Pod/Classes/Core/*.{h,m}",
53         "Pod/Classes/Lock.h"
54       ],
55       "ios": {
56         "public_header_files": [
57           "Pod/Classes/Core/iOS/*.h",
58           "Pod/Classes/Provider/*.h"
59         ],
60         "source_files": [
61           "Pod/Classes/Core/iOS/*.{h,m}",
62           "Pod/Classes/Provider/*.{h,m}"
63         ]
64       },
65       "osx": {
66         "public_header_files": [
67           "Pod/Classes/Core/OSX/*.h"
68         ],
69         "source_files": [
70           "Pod/Classes/Core/OSX/*.{h,m}"
71         ]
72       },
73       "dependencies": {
74         "AFNetworking": [
75           "~> 2.4"
76         ],
77         "ISO8601DateFormatter": [
78           "~> 0.7"
79         ]
80       }
81     },
82     {
83       "name": "ReactiveCore",
84       "public_header_files": [
85         "Pod/Classes/ReactiveCore/*.h"
86       ],
87       "source_files": [
88         "Pod/Classes/ReactiveCore/*.{h,m}"
89       ],
90       "dependencies": {
91         "ReactiveCocoa": [
92           "~> 2.3"
93         ],
94         "Lock/Core": [
96         ]
97       }
98     },
99     {
100       "name": "UI",
101       "platforms": {
102         "ios": null
103       },
104       "public_header_files": "Pod/Classes/UI/*.h",
105       "private_header_files": [
106         "Pod/Classes/UI/Private/*.h",
107         "Pod/Classes/Utils/*.h"
108       ],
109       "source_files": [
110         "Pod/Classes/{UI,Utils}/*.{h,m}",
111         "Pod/Classes/UI/Private/*.{h,m}"
112       ],
113       "dependencies": {
114         "Lock/Core": [
116         ]
117       },
118       "resources": "Pod/Assets/*.xib",
119       "resource_bundles": {
120         "Auth0": [
121           "Pod/Assets/Images/*.png",
122           "Pod/Assets/*.plist",
123           "Pod/Assets/*.ttf"
124         ]
125       }
126     },
127     {
128       "name": "Facebook",
129       "platforms": {
130         "ios": null
131       },
132       "public_header_files": "Pod/Classes/Provider/Facebook/*.h",
133       "source_files": "Pod/Classes/Provider/Facebook/*.{h,m}",
134       "dependencies": {
135         "Lock/Core": [
137         ],
138         "Facebook-iOS-SDK": [
139           "~> 3.15"
140         ]
141       }
142     },
143     {
144       "name": "Twitter",
145       "platforms": {
146         "ios": null
147       },
148       "public_header_files": "Pod/Classes/Twitter/*.h",
149       "source_files": "Pod/Classes/Provider/Twitter/*.{h,m}",
150       "dependencies": {
151         "Lock/Core": [
153         ],
154         "BDBOAuth1Manager": [
155           "~> 1.5.0"
156         ],
157         "TWReverseAuth": [
158           "~> 0.1.0"
159         ],
160         "PSAlertView": [
161           "~> 2.0"
162         ]
163       },
164       "frameworks": [
165         "Social",
166         "Accounts",
167         "Twitter"
168       ]
169     },
170     {
171       "name": "TouchID",
172       "platforms": {
173         "ios": null
174       },
175       "public_header_files": "Pod/Classes/TouchID/*.h",
176       "source_files": "Pod/Classes/TouchID/*.{h,m}",
177       "resources": "Pod/Assets/TouchID/*.xib",
178       "dependencies": {
179         "Lock/UI": [
181         ],
182         "TouchIDAuth": [
183           "~> 0.1"
184         ]
185       },
186       "resource_bundles": {
187         "Auth0.TouchID": [
188           "Pod/Assets/TouchID/Images/*.png"
189         ]
190       }
191     },
192     {
193       "name": "SMS",
194       "platforms": {
195         "ios": null
196       },
197       "public_header_files": "Pod/Classes/SMS/*.h",
198       "private_header_files": "Pod/Classes/SMS/Private/*.h",
199       "source_files": [
200         "Pod/Classes/SMS/*.{h,m}",
201         "Pod/Classes/SMS/Private/*.{h,m}"
202       ],
203       "resources": "Pod/Assets/SMS/*.xib",
204       "dependencies": {
205         "Lock/UI": [
207         ]
208       },
209       "resource_bundles": {
210         "Auth0.SMS": [
211           "Pod/Assets/SMS/*.plist",
212           "Pod/Assets/SMS/Images/*.png"
213         ]
214       }
215     },
216     {
217       "name": "1Password",
218       "platforms": {
219         "ios": null
220       },
221       "public_header_files": "Pod/Classes/1Password/*.h",
222       "source_files": "Pod/Classes/1Password/*.{h,m}",
223       "dependencies": {
224         "1PasswordExtension": [
225           "~> 1.1"
226         ],
227         "Lock/Core": [
229         ]
230       }
231     }
232   ]