[Add] THEOplayer-Connector-Conviva 8.5.0
[CocoaPods.git] / Specs / b / 6 / a / NotifySDK / 2.0.0-beta1 / NotifySDK.podspec.json
blob6eb0498169e88838179084a482479877715f14eb
2   "name": "NotifySDK",
3   "version": "2.0.0-beta1",
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.txt"
10   },
11   "authors": {
12     "Libverify Mail.ru": "libverify@corp.mail.ru"
13   },
14   "source": {
15     "http": "https://github.com/notifySDK/notify-sdk-ios/releases/download/v2.0.0-beta1/NotifySDK.zip",
16     "type": "zip"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "preserve_paths": [
22     "*.xcframework",
23     "README.md",
24     "NOTICE",
25     "LICENSE"
26   ],
27   "default_subspecs": [
28     "VerifyControls"
29   ],
30   "subspecs": [
31     {
32       "name": "Verify",
33       "vendored_frameworks": "Libverify.xcframework"
34     },
35     {
36       "name": "VerifyControls",
37       "dependencies": {
38         "NotifySDK/Verify": [
40         ]
41       },
42       "vendored_frameworks": "LibverifyControls.xcframework"
43     },
44     {
45       "name": "VerifyExt",
46       "vendored_frameworks": "LibverifyExt.xcframework"
47     }
48   ]