[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 6 / a / NotifySDK / 1.0.5 / NotifySDK.podspec.json
blob13085f4a4b2601ae908d56f7ba5e355b9b43c527
2   "name": "NotifySDK",
3   "version": "1.0.5",
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.5/notify-ios-1_0_5-master-5348aa0db72afa7f4521839dd92e480279ed223f.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     },
38     {
39       "name": "Verify",
40       "dependencies": {
41         "NotifySDK/Core": [
43         ]
44       },
45       "vendored_frameworks": "NotifySDK/Libverify.framework",
46       "resources": [
47         "NotifySDK/Libverify.framework/LibverifyResources.bundle"
48       ]
49     },
50     {
51       "name": "VerifyControls",
52       "dependencies": {
53         "NotifySDK/Core": [
55         ],
56         "NotifySDK/Verify": [
58         ]
59       },
60       "vendored_frameworks": "NotifySDK/LibverifyControls.framework"
61     }
62   ]