[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 1.29.2 / Lock.podspec.json
blobf1a6d386310dc65f3c5de93dada9755bb10c829b
2   "name": "Lock",
3   "version": "1.29.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.29.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   "default_subspecs": [
30     "UI",
31     "Core",
32     "WebView"
33   ],
34   "prefix_header_contents": "#define A0CurrentLockVersion @\"1.29.2\"",
35   "subspecs": [
36     {
37       "name": "Core",
38       "public_header_files": [
39         "Lock/Core/*.h",
40         "CocoaPods/Lock.h"
41       ],
42       "private_header_files": [
43         "Lock/Core/Private/*.h"
44       ],
45       "source_files": [
46         "Lock/Core/*.{h,m}",
47         "Lock/Core/Private/*.{h,m}",
48         "CocoaPods/Lock.h"
49       ],
50       "ios": {
51         "public_header_files": [
52           "Lock/Core/iOS/*.h",
53           "Lock/Provider/*.h"
54         ],
55         "source_files": [
56           "Lock/Core/iOS/*.{h,m}",
57           "Lock/Provider/*.{h,m}",
58           "Lock/Provider/Private/*.{h,m}"
59         ]
60       },
61       "osx": {
62         "public_header_files": [
63           "Lock/Core/OSX/*.h",
64           "Lock/Provider/*.h"
65         ],
66         "source_files": [
67           "Lock/Core/OSX/*.{h,m}",
68           "Lock/Provider/*.{h,m}",
69           "Lock/Provider/Private/*.{h,m}"
70         ]
71       },
72       "dependencies": {
73         "AFNetworking": [
74           "~> 3.0"
75         ]
76       }
77     },
78     {
79       "name": "CoreUI",
80       "platforms": {
81         "ios": "7.0"
82       },
83       "public_header_files": "Lock/CoreUI/*.h",
84       "source_files": [
85         "Lock/CoreUI/*.{h,m}"
86       ],
87       "dependencies": {
88         "Lock/Core": [
90         ],
91         "Masonry": [
92           "~> 0.6"
93         ]
94       }
95     },
96     {
97       "name": "UI",
98       "platforms": {
99         "ios": "7.0"
100       },
101       "public_header_files": "Lock/UI/*.h",
102       "private_header_files": [
103         "Lock/UI/Private/*.h",
104         "Lock/Utils/*.h"
105       ],
106       "source_files": [
107         "Lock/{UI,Utils}/*.{h,m}",
108         "Lock/UI/Private/*.{h,m}"
109       ],
110       "dependencies": {
111         "Lock/CoreUI": [
113         ]
114       },
115       "resource_bundles": {
116         "Auth0": [
117           "Auth0/Images/*.png",
118           "Auth0/Social/*.png",
119           "Auth0/*.plist"
120         ]
121       }
122     },
123     {
124       "name": "TouchID",
125       "platforms": {
126         "ios": "7.0"
127       },
128       "public_header_files": "Lock/TouchID/*.h",
129       "private_header_files": "Lock/TouchID/Private/*.h",
130       "source_files": "Lock/TouchID/**/*.{h,m}",
131       "dependencies": {
132         "Lock/UI": [
134         ],
135         "SimpleKeychain": [
136           "~> 0.2"
137         ],
138         "TouchIDAuth": [
139           "~> 0.1"
140         ]
141       }
142     },
143     {
144       "name": "SMS",
145       "platforms": {
146         "ios": "7.0"
147       },
148       "public_header_files": "Lock/SMS/*.h",
149       "private_header_files": "Lock/SMS/Private/*.h",
150       "source_files": [
151         "Lock/SMS/*.{h,m}",
152         "Lock/SMS/Private/*.{h,m}"
153       ],
154       "dependencies": {
155         "Lock/UI": [
157         ]
158       }
159     },
160     {
161       "name": "Email",
162       "platforms": {
163         "ios": "7.0"
164       },
165       "public_header_files": "Lock/Email/*.h",
166       "private_header_files": "Lock/Email/Private/*.h",
167       "source_files": [
168         "Lock/Email/*.{h,m}",
169         "Lock/Email/Private/*.{h,m}"
170       ],
171       "dependencies": {
172         "Lock/UI": [
174         ]
175       }
176     },
177     {
178       "name": "Safari",
179       "platforms": {
180         "ios": "7.0"
181       },
182       "public_header_files": "Lock/Safari/*.h",
183       "source_files": "Lock/Safari/*.{h,m}",
184       "dependencies": {
185         "Lock/CoreUI": [
187         ]
188       }
189     },
190     {
191       "name": "WebView",
192       "platforms": {
193         "ios": "7.0"
194       },
195       "public_header_files": "Lock/WebView/*.h",
196       "source_files": "Lock/WebView/*.{h,m}",
197       "dependencies": {
198         "Lock/CoreUI": [
200         ]
201       },
202       "frameworks": [
203         "WebKit"
204       ]
205     }
206   ]