[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 6 / a / NotifySDK / 1.1.0 / NotifySDK.podspec.json
blobfc1cf4c8fa24386cd5a69014b8964645433e74a8
2   "name": "NotifySDK",
3   "version": "1.1.0",
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     "git": "https://github.com/NotifySDK/notify-sdk-ios.git",
16     "tag": "v1.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
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   ]