blob: ddc19f3612c7602f5acfc17c769323c12299f5a2 [file] [log] [blame]
{
"name": "NotifySDK",
"version": "1.0.12",
"summary": "Libnotify and Libverify libraries.",
"description": "Client SDK for Notify Mail.ru service.",
"homepage": "https://notify.mail.ru",
"license": {
"type": "LGPL-3.0",
"file": "NotifySDK/LICENSE"
},
"authors": {
"Notify Mail.ru": "libverify@corp.mail.ru"
},
"source": {
"git": "https://github.com/NotifySDK/notify-sdk-ios.git",
"tag": "v1.0.12"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": [
"Core",
"Notify"
],
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "NotifySDK/NotifyCore.framework"
},
{
"name": "Notify",
"dependencies": {
"NotifySDK/Core": [
]
},
"vendored_frameworks": "NotifySDK/Libnotify.framework",
"resources": [
"NotifySDK/Libnotify.framework/LibnotifyResources.bundle"
]
},
{
"name": "Verify",
"dependencies": {
"NotifySDK/Core": [
]
},
"vendored_frameworks": "NotifySDK/Libverify.framework",
"resources": [
"NotifySDK/Libverify.framework/LibverifyResources.bundle"
]
},
{
"name": "VerifyControls",
"dependencies": {
"NotifySDK/Core": [
],
"NotifySDK/Verify": [
]
},
"vendored_frameworks": "NotifySDK/LibverifyControls.framework"
}
]
}