[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / d / JuphoonCloudSDK_iOS / 2.9 / JuphoonCloudSDK_iOS.podspec.json
blob9b6bd8b6e1f1577baf63b8e2a21a0b69c2035306
2   "name": "JuphoonCloudSDK_iOS",
3   "version": "2.9",
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.9.tar.gz"
17   },
18   "vendored_frameworks": "framework/JCSDKOC.framework",
19   "xcconfig": {
20     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/JuphoonCloudSDK_iOS/include"
21   },
22   "pod_target_xcconfig": {
23     "VALID_ARCHS": "x86_64 arm64 armv7"
24   },
25   "static_framework": false,
26   "subspecs": [
27     {
28       "name": "include",
29       "subspecs": [
30         {
31           "name": "avatar",
32           "subspecs": [
33             {
34               "name": "zos",
35               "source_files": "include/avatar/zos/*.h",
36               "subspecs": [
37                 {
38                   "name": "os",
39                   "subspecs": [
40                     {
41                       "name": "os",
42                       "source_files": "include/avatar/zos/os/ios/*.h"
43                     }
44                   ]
45                 }
46               ]
47             }
48           ]
49         },
50         {
51           "name": "lemon",
52           "source_files": "include/lemon/*.h",
53           "subspecs": [
54             {
55               "name": "mtc",
56               "source_files": "include/lemon/mtc/*.h"
57             }
58           ]
59         },
60         {
61           "name": "grape",
62           "source_files": "include/grape/*.h"
63         }
64       ]
65     }
66   ]