[Add] MapboxCommon 24.10.0-daily-2024-12-24-04-25
[CocoaPods.git] / Specs / f / b / e / LibverifySDK / 0.0.1 / LibverifySDK.podspec.json
blob91be048c26b94f1c29bd9aa1a787237e91f53546
2   "name": "LibverifySDK",
3   "version": "0.0.1",
4   "summary": "Libverify libraries",
5   "description": "Client SDK for Notify Mail.ru service.",
6   "homepage": "https://notify.mail.ru",
7   "license": {
8     "type": "LGPL-3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Libverify Mail.ru": "libverify@corp.mail.ru"
13   },
14   "source": {
15     "http": "https://github.com/mailru/LibverifySDK-iOS/releases/download/v0.0.1/LibverifySDK.zip",
16     "type": "zip"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "preserve_paths": [
22     "README.md",
23     "NOTICE",
24     "LICENSE"
25   ],
26   "default_subspecs": [
27     "Libverify",
28     "LibverifyControls"
29   ],
30   "subspecs": [
31     {
32       "name": "Libverify",
33       "vendored_frameworks": "Libverify.framework"
34     },
35     {
36       "name": "LibverifyControls",
37       "dependencies": {
38         "LibverifySDK/Libverify": [
40         ]
41       },
42       "vendored_frameworks": "LibverifyControls.framework"
43     },
44     {
45       "name": "LibverifyExt",
46       "vendored_frameworks": "LibverifyExt.framework"
47     }
48   ]