[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 6 / a / NotifySDK / 1.0.8 / NotifySDK.podspec.json
blob8aa2c4b96b8b1ddf9203c29315bf0447ee4372ff
2   "name": "NotifySDK",
3   "version": "1.0.8",
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.8/notify-ios-1_0_8-master-17fd0d8cf2aaf545cb2d42f23ed82b6de596244f.zip"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "documentation_url": "https://github.com/NotifySDK/notify-sdk-ios/releases/download/1.0.8/README.md",
21   "default_subspecs": [
22     "Core",
23     "Notify"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "vendored_frameworks": "NotifySDK/NotifyCore.framework"
29     },
30     {
31       "name": "Notify",
32       "dependencies": {
33         "NotifySDK/Core": [
35         ]
36       },
37       "vendored_frameworks": "NotifySDK/Libnotify.framework",
38       "resources": [
39         "NotifySDK/Libnotify.framework/LibnotifyResources.bundle"
40       ]
41     },
42     {
43       "name": "Verify",
44       "dependencies": {
45         "NotifySDK/Core": [
47         ]
48       },
49       "vendored_frameworks": "NotifySDK/Libverify.framework",
50       "resources": [
51         "NotifySDK/Libverify.framework/LibverifyResources.bundle"
52       ]
53     },
54     {
55       "name": "VerifyControls",
56       "dependencies": {
57         "NotifySDK/Core": [
59         ],
60         "NotifySDK/Verify": [
62         ]
63       },
64       "vendored_frameworks": "NotifySDK/LibverifyControls.framework"
65     }
66   ]