[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / 0 / c / 1 / AgoraChatCallKit / 1.0.6 / AgoraChatCallKit.podspec.json
blob8890f9cb4e2076ccf52aeb7846e9869e2047fa34
2   "name": "AgoraChatCallKit",
3   "version": "1.0.6",
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",
7   "license": "MIT",
8   "authors": {
9     "agora": "dev@agora.com"
10   },
11   "source": {
12     "git": "https://github.com/AgoraIO-Usecase/AgoraChat-CallKit-ios.git",
13     "tag": "1.0.6"
14   },
15   "frameworks": "UIKit",
16   "libraries": "stdc++",
17   "platforms": {
18     "ios": "10.0"
19   },
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"
27   ],
28   "static_framework": true,
29   "resource_bundles": {
30     "AgoraChatCallKit": [
31       "Assets/AgoraChatCallKit.xcassets",
32       "Assets/music.mp3",
33       "Classes/*.lproj"
34     ]
35   },
36   "dependencies": {
37     "Agora_Chat_iOS": [
39     ],
40     "Masonry": [
42     ],
43     "AgoraRtcEngine_iOS/RtcBasic": [
44       "3.6.3"
45     ],
46     "SDWebImage": [
48     ]
49   },
50   "pod_target_xcconfig": {
51     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
52     "VALID_ARCHS": "arm64 armv7 x86_64"
53   },
54   "user_target_xcconfig": {
55     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
56   }