[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / d / JuphoonCloudSDK_iOS / 2.13 / JuphoonCloudSDK_iOS.podspec.json
blobb538d476bafd8b58a7bfd585b6137a2e44cecd4f
2   "name": "JuphoonCloudSDK_iOS",
3   "version": "2.13",
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.13.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": "lemon",
32           "source_files": "include/lemon/*.h",
33           "subspecs": [
34             {
35               "name": "mtc",
36               "source_files": "include/lemon/mtc/*.h"
37             }
38           ]
39         },
40         {
41           "name": "grape",
42           "source_files": "include/grape/*.h"
43         }
44       ]
45     }
46   ]