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