[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 8 / SendBirdCalls / 1.10.14 / SendBirdCalls.podspec.json
blob1a8185cd89c97b5caf1299773ff0edd6dfd3a04b
2   "name": "SendBirdCalls",
3   "version": "1.10.14",
4   "summary": "real-time calls based on Sendbird Calls SDK",
5   "description": "Sendbird Calls enables real-time calls between users registered within a Sendbird application",
6   "homepage": "https://sendbird.com",
7   "documentation_url": "https://sendbird.com/docs/calls",
8   "license": "Commercial",
9   "authors": {
10     "Young Hwang": "young.hwang@sendbird.com",
11     "Minhyuk Kim": "minhyuk.kim@sendbird.com",
12     "Damon Park": "damon.park@sendbird.com",
13     "Celine Moon": "celine.moon@sendbird.com",
14     "Jed Gyeong": "jed@sendbird.com",
15     "Tez Park": "tez.park@sendbird.com"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "source": {
21     "git": "https://github.com/sendbird/sendbird-calls-ios.git",
22     "tag": "1.10.14"
23   },
24   "ios": {
25     "vendored_frameworks": "SendBirdCalls.xcframework",
26     "frameworks": [
27       "UIKit",
28       "Foundation",
29       "PushKit",
30       "WebRTC",
31       "AVKit",
32       "MediaPlayer",
33       "Network",
34       "CoreTelephony",
35       "VideoToolbox"
36     ]
37   },
38   "requires_arc": true,
39   "dependencies": {
40     "SendBirdWebRTC": [
41       "~> 1.7.0"
42     ]
43   },
44   "pod_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
46   }