blob: 71cb3f039da509b3f7af86f389a79c11982e1550 [file] [log] [blame]
{
"name": "CXHubSDK",
"version": "2.0.4",
"summary": "CXHubSDK implementation.",
"description": "Client SDK for CXHub Mail.ru service.",
"homepage": "https://cxhub.mail.ru",
"license": {
"type": "LGPL-3.0",
"file": "CXHubSDK/LICENSE"
},
"authors": {
"CXHub Mail.ru": "cxhub@corp.mail.ru"
},
"source": {
"git": "https://github.com/cxhub-corp/CXHubSDK.git",
"tag": "v2.0.4"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": [
"Core",
"Notify"
],
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "CXHubSDK/CXHubCore.framework"
},
{
"name": "Notify",
"dependencies": {
"CXHubSDK/Core": [
]
},
"vendored_frameworks": "CXHubSDK/CXHubNotify.framework",
"resources": [
"CXHubSDK/CXHubNotify.framework/CXHubNotifyResources.bundle"
]
}
]
}