[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / d / JuphoonCloudSDK_iOS / 2.4.1 / JuphoonCloudSDK_iOS.podspec.json
blob9ef9734a385097ef518b2725d4c8b02eeeec0c10
2   "name": "JuphoonCloudSDK_iOS",
3   "version": "2.4.1",
4   "summary": "Juphoon SDK.",
5   "description": "JCSDK for video talk, broadcasting and message service",
6   "homepage": "http://developer.juphoon.com/cn/download/",
7   "license": "Copyright 2020 juphoon. All rights reserved",
8   "authors": {
9     "app-admin": "app-admin@juphoon.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "http": "https://justalkcloud.com/wo_upload/JC_SDK_iOS_2.4.1.tar.gz"
17   },
18   "vendored_frameworks": [
19     "framework/JCSDKOC.framework"
20   ],
21   "xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/JC_SDK_iOS_2.4.1/include"
23   },
24   "pod_target_xcconfig": {
25     "VALID_ARCHS": "arm64 armv7"
26   },
27   "static_framework": false,
28   "subspecs": [
29     {
30       "name": "include",
31       "subspecs": [
32         {
33           "name": "avatar",
34           "subspecs": [
35             {
36               "name": "zos",
37               "source_files": "include/avatar/zos/*.h",
38               "subspecs": [
39                 {
40                   "name": "os",
41                   "subspecs": [
42                     {
43                       "name": "os",
44                       "source_files": "include/avatar/zos/os/ios/*.h"
45                     }
46                   ]
47                 }
48               ]
49             }
50           ]
51         },
52         {
53           "name": "lemon",
54           "source_files": "include/lemon/*.h",
55           "subspecs": [
56             {
57               "name": "mtc",
58               "source_files": "include/lemon/mtc/*.h"
59             }
60           ]
61         },
62         {
63           "name": "grape",
64           "source_files": "include/grape/*.h"
65         }
66       ]
67     }
68   ]