[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 8 / 7 / RCSceneCallKit / 0.0.3 / RCSceneCallKit.podspec.json
blobafc8ec47358f93b39049b8cc566d6d048517d4a6
2   "name": "RCSceneCallKit",
3   "version": "0.0.3",
4   "summary": "CallKit For RCRTC",
5   "description": "CallKit For RCRTC. Single Call.",
6   "homepage": "https://www.rongcloud.cn/devcenter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "shaoshuai": "shaoshuai@rongcloud.cn"
13   },
14   "source": {
15     "git": "https://github.com/rongcloud-community/rongcloud-scene-callkit.git",
16     "tag": "0.0.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "static_framework": true,
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
24     "VALID_ARCHS": "arm64 x86_64"
25   },
26   "source_files": "RCSceneCallKit/Classes/**/*",
27   "public_header_files": [
28     "Pod/Classes/**/RCSceneCallKit.h",
29     "Pod/Classes/**/RCCall.h"
30   ],
31   "resources": [
32     "RCSceneCallKit/Assets/Resources/*.bundle",
33     "RCSceneCallKit/Assets/Resources/*.lproj/*"
34   ],
35   "dependencies": {
36     "RongCloudRTC/RongCallLib": [
38     ],
39     "RongCloudOpenSource/IMKit": [
41     ]
42   }