[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 3 / 6 / CXHubSDK / 2.0.15 / CXHubSDK.podspec.json
blobdbb700da946b0c60e4bad5806dd03bb08531b829
2   "name": "CXHubSDK",
3   "version": "2.0.15",
4   "summary": "CXHubSDK implementation.",
5   "description": "Client SDK for CXHub Mail.ru service.",
6   "homepage": "https://cxhub.mail.ru",
7   "license": {
8     "type": "LGPL-3.0",
9     "file": "CXHubSDK/LICENSE"
10   },
11   "authors": {
12     "CXHub Mail.ru": "cxhub@corp.mail.ru"
13   },
14   "source": {
15     "git": "https://github.com/cxhub-corp/CXHubSDK.git",
16     "tag": "v2.0.15"
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": "CXHubSDK/CXHubCore.framework"
29     },
30     {
31       "name": "Notify",
32       "dependencies": {
33         "CXHubSDK/Core": [
35         ]
36       },
37       "vendored_frameworks": "CXHubSDK/CXHubNotify.framework",
38       "resources": [
39         "CXHubSDK/CXHubNotify.framework/CXHubNotifyResources.bundle"
40       ]
41     }
42   ]