[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / f / 3 / 2 / SendbirdLiveSDK / 1.0.0-beta.11 / SendbirdLiveSDK.podspec.json
blob26b862f632137f95ee4fb1b50206e3b624a02f07
2   "name": "SendbirdLiveSDK",
3   "version": "1.0.0-beta.11",
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.11/SendbirdLiveSDK.zip",
18     "sha1": "d4bc605ac9ffd982625fa59605f9f28f881d46f8"
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   }