[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / 4 / 8 / SendBirdCalls / 0.6.1 / SendBirdCalls.podspec.json
blob435228140ca65ac67150f0066e9b6e39aa24665e
2   "name": "SendBirdCalls",
3   "version": "0.6.1",
4   "summary": "real-time calls based on SendBird SDK",
5   "description": "SendBirdCalls enables real-time calls between users registered within a SendBird application",
6   "homepage": "https://sendbird.com",
7   "documentation_url": "https://docs.sendbird.com/ios",
8   "license": "Commercial",
9   "authors": {
10     "Young Hwang": "young.hwang@sendbird.com",
11     "Minhyuk Kim": "minhyuk.kim@sendbird.com",
12     "Jaesung Lee": "jaesung.lee@sendbird.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/sendbird/sendbird-calls-ios.git",
19     "tag": "v0.6.1"
20   },
21   "ios": {
22     "vendored_frameworks": "SendBirdCalls.framework",
23     "frameworks": [
24       "UIKit",
25       "Foundation",
26       "PushKit",
27       "WebRTC"
28     ]
29   },
30   "requires_arc": true,
31   "dependencies": {
32     "SendBirdWebRTC": [
34     ]
35   }