blob: 59637b01ccbafb42686f783f7116d007ef534ab7 [file] [log] [blame]
{
"name": "CXHubSDK",
"version": "0.0.8",
"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": "v0.0.8"
},
"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"
]
}
]
}