[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / b / 4 / 8 / Lock / 1.15.1 / Lock.podspec.json
blobba24bb408e8975dd068b857a6e6e317e1a7302b1
2   "name": "Lock",
3   "version": "1.15.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.\n",
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.15.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     "libextobjc": [
31       "~> 0.4"
32     ],
33     "CocoaLumberjack": [
34       "~> 2.0"
35     ]
36   },
37   "default_subspecs": [
38     "UI",
39     "Core",
40     "WebView"
41   ],
42   "prefix_header_contents": "    #import \"A0Logging.h\"\n    #define A0CurrentLockVersion @\"1.15.1\"\n    #define A0LocalizedString(key) NSLocalizedStringFromTable(key, @\"Lock\", nil)\n",
43   "subspecs": [
44     {
45       "name": "Core",
46       "public_header_files": [
47         "Pod/Classes/Core/*.h",
48         "Pod/Classes/Lock.h"
49       ],
50       "private_header_files": [
51         "Pod/Classes/Core/Private/*.h"
52       ],
53       "source_files": [
54         "Pod/Classes/Core/*.{h,m}",
55         "Pod/Classes/Core/Private/*.{h,m}",
56         "Pod/Classes/Lock.h"
57       ],
58       "ios": {
59         "public_header_files": [
60           "Pod/Classes/Core/iOS/*.h",
61           "Pod/Classes/Provider/*.h"
62         ],
63         "source_files": [
64           "Pod/Classes/Core/iOS/*.{h,m}",
65           "Pod/Classes/Provider/*.{h,m}"
66         ]
67       },
68       "osx": {
69         "public_header_files": [
70           "Pod/Classes/Core/OSX/*.h"
71         ],
72         "source_files": [
73           "Pod/Classes/Core/OSX/*.{h,m}"
74         ]
75       },
76       "dependencies": {
77         "AFNetworking": [
78           "~> 2.5"
79         ],
80         "ISO8601DateFormatter": [
81           "~> 0.7"
82         ]
83       }
84     },
85     {
86       "name": "ReactiveCore",
87       "public_header_files": [
88         "Pod/Classes/ReactiveCore/*.h"
89       ],
90       "source_files": [
91         "Pod/Classes/ReactiveCore/*.{h,m}"
92       ],
93       "dependencies": {
94         "ReactiveCocoa": [
95           "~> 2.3"
96         ],
97         "Lock/Core": [
99         ]
100       }
101     },
102     {
103       "name": "UI",
104       "platforms": {
105         "ios": null
106       },
107       "public_header_files": "Pod/Classes/UI/*.h",
108       "private_header_files": [
109         "Pod/Classes/UI/Private/*.h",
110         "Pod/Classes/Utils/*.h"
111       ],
112       "source_files": [
113         "Pod/Classes/{UI,Utils}/*.{h,m}",
114         "Pod/Classes/UI/Private/*.{h,m}"
115       ],
116       "dependencies": {
117         "Lock/Core": [
119         ]
120       },
121       "resources": "Pod/Assets/UI/*.xib",
122       "resource_bundles": {
123         "Auth0": [
124           "Pod/Assets/UI/Images/*.png",
125           "Pod/Assets/UI/*.plist",
126           "Pod/Assets/UI/*.ttf"
127         ]
128       }
129     },
130     {
131       "name": "Facebook",
132       "platforms": {
133         "ios": null
134       },
135       "public_header_files": "Pod/Classes/Provider/Facebook/*.h",
136       "source_files": "Pod/Classes/Provider/Facebook/*.{h,m}",
137       "dependencies": {
138         "Lock/Core": [
140         ],
141         "Facebook-iOS-SDK": [
142           "~> 3.15"
143         ]
144       }
145     },
146     {
147       "name": "Twitter",
148       "platforms": {
149         "ios": null
150       },
151       "public_header_files": "Pod/Classes/Twitter/*.h",
152       "source_files": "Pod/Classes/Provider/Twitter/*.{h,m}",
153       "dependencies": {
154         "Lock/Core": [
156         ],
157         "BDBOAuth1Manager": [
158           "~> 1.5.0"
159         ],
160         "TWReverseAuth": [
161           "~> 0.1.0"
162         ],
163         "PSAlertView": [
164           "~> 2.0"
165         ]
166       },
167       "frameworks": [
168         "Social",
169         "Accounts",
170         "Twitter"
171       ]
172     },
173     {
174       "name": "GooglePlus",
175       "platforms": {
176         "ios": null
177       },
178       "public_header_files": "Pod/Classes/Provider/GooglePlus/*.h",
179       "source_files": "Pod/Classes/Provider/GooglePlus/*.{h,m}",
180       "dependencies": {
181         "Lock/Core": [
183         ],
184         "googleplus-ios-sdk": [
185           "~> 1.7.1"
186         ]
187       }
188     },
189     {
190       "name": "TouchID",
191       "platforms": {
192         "ios": null
193       },
194       "public_header_files": "Pod/Classes/TouchID/*.h",
195       "private_header_files": "Pod/Classes/TouchID/Private/*.h",
196       "source_files": "Pod/Classes/TouchID/**/*.{h,m}",
197       "resources": "Pod/Assets/TouchID/*.xib",
198       "dependencies": {
199         "Lock/UI": [
201         ],
202         "SimpleKeychain": [
203           "~> 0.2"
204         ],
205         "TouchIDAuth": [
206           "~> 0.1"
207         ]
208       },
209       "resource_bundles": {
210         "Auth0.TouchID": [
211           "Pod/Assets/TouchID/Images/*.png"
212         ]
213       }
214     },
215     {
216       "name": "SMS",
217       "platforms": {
218         "ios": null
219       },
220       "public_header_files": "Pod/Classes/SMS/*.h",
221       "private_header_files": "Pod/Classes/SMS/Private/*.h",
222       "source_files": [
223         "Pod/Classes/SMS/*.{h,m}",
224         "Pod/Classes/SMS/Private/*.{h,m}"
225       ],
226       "resources": "Pod/Assets/SMS/*.xib",
227       "dependencies": {
228         "Lock/UI": [
230         ]
231       },
232       "resource_bundles": {
233         "Auth0.SMS": [
234           "Pod/Assets/SMS/*.plist",
235           "Pod/Assets/SMS/Images/*.png"
236         ]
237       }
238     },
239     {
240       "name": "1Password",
241       "platforms": {
242         "ios": null
243       },
244       "public_header_files": "Pod/Classes/1Password/*.h",
245       "source_files": "Pod/Classes/1Password/*.{h,m}",
246       "dependencies": {
247         "1PasswordExtension": [
248           "~> 1.2"
249         ],
250         "Lock/Core": [
252         ]
253       }
254     },
255     {
256       "name": "Safari",
257       "platforms": {
258         "ios": null
259       },
260       "public_header_files": "Pod/Classes/Safari/*.h",
261       "source_files": "Pod/Classes/Safari/*.{h,m}",
262       "dependencies": {
263         "Lock/Core": [
265         ]
266       }
267     },
268     {
269       "name": "WebView",
270       "platforms": {
271         "ios": null
272       },
273       "public_header_files": "Pod/Classes/WebView/*.h",
274       "source_files": "Pod/Classes/WebView/*.{h,m}",
275       "dependencies": {
276         "Lock/Core": [
278         ]
279       }
280     }
281   ]