[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 6 / a / NotifySDK / 1.0.7 / NotifySDK.podspec.json
blobaedf8cc0df81a50cc785f60345ec7c7083f2d949
2   "name": "NotifySDK",
3   "version": "1.0.7",
4   "summary": "Libnotify and 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": "NotifySDK/LICENSE"
10   },
11   "authors": {
12     "Notify Mail.ru": "libverify@corp.mail.ru"
13   },
14   "source": {
15     "http": "https://github.com/NotifySDK/notify-sdk-ios/releases/download/1.0.7/notify-ios-1_0_7-master-90bcc4018145503f3a69075e0abea16e7dd81aee.zip"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "default_subspecs": [
21     "Core",
22     "Notify"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "vendored_frameworks": "NotifySDK/NotifyCore.framework"
28     },
29     {
30       "name": "Notify",
31       "dependencies": {
32         "NotifySDK/Core": [
34         ]
35       },
36       "vendored_frameworks": "NotifySDK/Libnotify.framework",
37       "resources": [
38         "NotifySDK/Libnotify.framework/LibnotifyResources.bundle"
39       ]
40     },
41     {
42       "name": "Verify",
43       "dependencies": {
44         "NotifySDK/Core": [
46         ]
47       },
48       "vendored_frameworks": "NotifySDK/Libverify.framework",
49       "resources": [
50         "NotifySDK/Libverify.framework/LibverifyResources.bundle"
51       ]
52     },
53     {
54       "name": "VerifyControls",
55       "dependencies": {
56         "NotifySDK/Core": [
58         ],
59         "NotifySDK/Verify": [
61         ]
62       },
63       "vendored_frameworks": "NotifySDK/LibverifyControls.framework"
64     }
65   ]