[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 3 / 6 / CXHubSDK / 2.0.19 / CXHubSDK.podspec.json
blobee389f06cacca3521f620eb4faa976ef2018f55c
2   "name": "CXHubSDK",
3   "version": "2.0.19",
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.19"
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   ]