[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / b / e / LibverifySDK / 2.0.0 / LibverifySDK.podspec.json
blobbe7ee98704e4f89a786b94d2a1e2bd6c71c43fba
2   "name": "LibverifySDK",
3   "version": "2.0.0",
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/v2.0.0/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   ]