2 "name": "AgoraChatCallKit",
4 "summary": "A AgoraChat Call UIKit",
5 "description": "‘‘AgoraChatCallKit is a UI library that implements audio and video calls by using Agora Chat and Agora RTC. Using this SDK, you can make one-to-one audio and video calls and multi-party audio and video calls.’’",
6 "homepage": "https://github.com/AgoraIO-Usecase/AgoraChat-CallKit-ios",
9 "agora": "dev@agora.com"
12 "git": "https://github.com/AgoraIO-Usecase/AgoraChat-CallKit-ios.git",
15 "frameworks": "UIKit",
16 "libraries": "stdc++",
20 "source_files": "Classes/**/*.{h,m}",
21 "public_header_files": [
22 "Classes/Process/AgoraChatCallManager.h",
23 "Classes/Utils/AgoraChatCallDefine.h",
24 "Classes/Utils/AgoraChatCallError.h",
25 "Classes/Store/AgoraChatCallConfig.h",
26 "Classes/AgoraChatCallKit.h"
28 "static_framework": true,
31 "Assets/AgoraChatCallKit.xcassets",
43 "AgoraRtcEngine_iOS/RtcBasic": [
50 "pod_target_xcconfig": {
51 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
52 "VALID_ARCHS": "arm64 armv7 x86_64"
54 "user_target_xcconfig": {
55 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"