[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / 0 / 9 / d / JuphoonCloudSDK_iOS / 2.0 / JuphoonCloudSDK_iOS.podspec.json
blob1f1bdf063f32db3cd601ef83deb3a520ecfb7335
2   "name": "JuphoonCloudSDK_iOS",
3   "version": "2.0",
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.0.tar.gz"
17   },
18   "vendored_frameworks": "framework/JCSDKOC.framework",
19   "vendored_libraries": [
20     "lib/ios/libmtc.a",
21     "lib/ios/libzmf.a"
22   ],
23   "frameworks": [
24     "AVFoundation",
25     "Security",
26     "AudioToolbox",
27     "CoreMedia",
28     "AssetsLibrary",
29     "CoreVideo",
30     "CFNetwork",
31     "CoreMotion",
32     "GLKit",
33     "ReplayKit",
34     "PushKit",
35     "SystemConfiguration",
36     "VideoToolbox"
37   ],
38   "libraries": [
39     "c++",
40     "resolv",
41     "z"
42   ],
43   "xcconfig": {
44     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/JC_SDK_iOS_2.0/include"
45   },
46   "pod_target_xcconfig": {
47     "VALID_ARCHS": "arm64 armv7 armv7s arm64e x86_64"
48   },
49   "subspecs": [
50     {
51       "name": "include",
52       "subspecs": [
53         {
54           "name": "avatar",
55           "subspecs": [
56             {
57               "name": "zos",
58               "source_files": "include/avatar/zos/*.h",
59               "subspecs": [
60                 {
61                   "name": "os",
62                   "subspecs": [
63                     {
64                       "name": "os",
65                       "source_files": "include/avatar/zos/os/ios/*.h"
66                     }
67                   ]
68                 }
69               ]
70             }
71           ]
72         },
73         {
74           "name": "lemon",
75           "source_files": "include/lemon/*.h",
76           "subspecs": [
77             {
78               "name": "mtc",
79               "source_files": "include/lemon/mtc/*.h"
80             }
81           ]
82         },
83         {
84           "name": "grape",
85           "source_files": "include/grape/*.h"
86         }
87       ]
88     }
89   ]