[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 3 / 2 / SendbirdLiveSDK / 1.0.0-beta.10 / SendbirdLiveSDK.podspec.json
blob8cdb43fec5417f3c23b6d9da89534e9df8207915
2   "name": "SendbirdLiveSDK",
3   "version": "1.0.0-beta.10",
4   "summary": "Sendbird Live iOS Framework",
5   "description": "Sendbird Live API turns a client app into a live streaming platform where users can broadcast themselves in real-time to their followers.",
6   "homepage": "https://sendbird.com",
7   "license": {
8     "type": "Commercial",
9     "file": "SendbirdLiveSDK/LICENSE"
10   },
11   "authors": {
12     "Minhyuk Kim": "minhyuk.kim@sendbird.com",
13     "Sendbird": "sha.sdk_deployment@sendbird.com",
14     "Ernest Hong": "ernest.hong@sendbird.com"
15   },
16   "source": {
17     "http": "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.0.0-beta.10/SendbirdLiveSDK.zip",
18     "sha1": "2c3f4fc54986d738591025fd6577835c7ac6b71b"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "11.0"
23   },
24   "documentation_url": "https://sendbird.com/docs/live/v1/ios/ref/index.html",
25   "ios": {
26     "vendored_frameworks": "SendbirdLiveSDK/SendbirdLiveSDK.xcframework",
27     "frameworks": [
28       "UIKit",
29       "Foundation",
30       "WebRTC",
31       "AVKit",
32       "MediaPlayer",
33       "Network",
34       "CoreTelephony",
35       "VideoToolbox"
36     ],
37     "libraries": "icucore"
38   },
39   "dependencies": {
40     "SendBirdWebRTC": [
41       "~> 1.7.0"
42     ],
43     "SendbirdChatSDK": [
44       "~> 4.6.2"
45     ]
46   }