[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 1.8.0 / Lock.podspec.json
blobf2c17964040edc0292ff4f16c5e4e3fe4baf8cf9
2   "name": "Lock",
3   "version": "1.8.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.8.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       "private_header_files": [
52         "Pod/Classes/Core/Private/*.h"
53       ],
54       "source_files": [
55         "Pod/Classes/Core/*.{h,m}",
56         "Pod/Classes/Core/Private/*.{h,m}",
57         "Pod/Classes/Lock.h"
58       ],
59       "ios": {
60         "public_header_files": [
61           "Pod/Classes/Core/iOS/*.h",
62           "Pod/Classes/Provider/*.h"
63         ],
64         "source_files": [
65           "Pod/Classes/Core/iOS/*.{h,m}",
66           "Pod/Classes/Provider/*.{h,m}"
67         ]
68       },
69       "osx": {
70         "public_header_files": [
71           "Pod/Classes/Core/OSX/*.h"
72         ],
73         "source_files": [
74           "Pod/Classes/Core/OSX/*.{h,m}"
75         ]
76       },
77       "dependencies": {
78         "AFNetworking": [
79           "~> 2.5"
80         ],
81         "ISO8601DateFormatter": [
82           "~> 0.7"
83         ]
84       }
85     },
86     {
87       "name": "ReactiveCore",
88       "public_header_files": [
89         "Pod/Classes/ReactiveCore/*.h"
90       ],
91       "source_files": [
92         "Pod/Classes/ReactiveCore/*.{h,m}"
93       ],
94       "dependencies": {
95         "ReactiveCocoa": [
96           "~> 2.3"
97         ],
98         "Lock/Core": [
100         ]
101       }
102     },
103     {
104       "name": "UI",
105       "platforms": {
106         "ios": null
107       },
108       "public_header_files": "Pod/Classes/UI/*.h",
109       "private_header_files": [
110         "Pod/Classes/UI/Private/*.h",
111         "Pod/Classes/Utils/*.h"
112       ],
113       "source_files": [
114         "Pod/Classes/{UI,Utils}/*.{h,m}",
115         "Pod/Classes/UI/Private/*.{h,m}"
116       ],
117       "dependencies": {
118         "Lock/Core": [
120         ]
121       },
122       "resources": "Pod/Assets/*.xib",
123       "resource_bundles": {
124         "Auth0": [
125           "Pod/Assets/Images/*.png",
126           "Pod/Assets/*.plist",
127           "Pod/Assets/*.ttf"
128         ]
129       }
130     },
131     {
132       "name": "Facebook",
133       "platforms": {
134         "ios": null
135       },
136       "public_header_files": "Pod/Classes/Provider/Facebook/*.h",
137       "source_files": "Pod/Classes/Provider/Facebook/*.{h,m}",
138       "dependencies": {
139         "Lock/Core": [
141         ],
142         "Facebook-iOS-SDK": [
143           "~> 3.15"
144         ]
145       }
146     },
147     {
148       "name": "Twitter",
149       "platforms": {
150         "ios": null
151       },
152       "public_header_files": "Pod/Classes/Twitter/*.h",
153       "source_files": "Pod/Classes/Provider/Twitter/*.{h,m}",
154       "dependencies": {
155         "Lock/Core": [
157         ],
158         "BDBOAuth1Manager": [
159           "~> 1.5.0"
160         ],
161         "TWReverseAuth": [
162           "~> 0.1.0"
163         ],
164         "PSAlertView": [
165           "~> 2.0"
166         ]
167       },
168       "frameworks": [
169         "Social",
170         "Accounts",
171         "Twitter"
172       ]
173     },
174     {
175       "name": "TouchID",
176       "platforms": {
177         "ios": null
178       },
179       "public_header_files": "Pod/Classes/TouchID/*.h",
180       "source_files": "Pod/Classes/TouchID/*.{h,m}",
181       "resources": "Pod/Assets/TouchID/*.xib",
182       "dependencies": {
183         "Lock/UI": [
185         ],
186         "SimpleKeychain": [
187           "~> 0.2"
188         ],
189         "TouchIDAuth": [
190           "~> 0.1"
191         ]
192       },
193       "resource_bundles": {
194         "Auth0.TouchID": [
195           "Pod/Assets/TouchID/Images/*.png"
196         ]
197       }
198     },
199     {
200       "name": "SMS",
201       "platforms": {
202         "ios": null
203       },
204       "public_header_files": "Pod/Classes/SMS/*.h",
205       "private_header_files": "Pod/Classes/SMS/Private/*.h",
206       "source_files": [
207         "Pod/Classes/SMS/*.{h,m}",
208         "Pod/Classes/SMS/Private/*.{h,m}"
209       ],
210       "resources": "Pod/Assets/SMS/*.xib",
211       "dependencies": {
212         "Lock/UI": [
214         ]
215       },
216       "resource_bundles": {
217         "Auth0.SMS": [
218           "Pod/Assets/SMS/*.plist",
219           "Pod/Assets/SMS/Images/*.png"
220         ]
221       }
222     },
223     {
224       "name": "1Password",
225       "platforms": {
226         "ios": null
227       },
228       "public_header_files": "Pod/Classes/1Password/*.h",
229       "source_files": "Pod/Classes/1Password/*.{h,m}",
230       "dependencies": {
231         "1PasswordExtension": [
232           "~> 1.1"
233         ],
234         "Lock/Core": [
236         ]
237       }
238     }
239   ]