[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / f / 3 / 2 / SendbirdLiveSDK / 1.2.3 / SendbirdLiveSDK.podspec.json
blob8742bbdbfcf946fa6c3baef6769fa4933e582a4d
2   "name": "SendbirdLiveSDK",
3   "version": "1.2.3",
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     "Damon Park": "damon.park@sendbird.com",
15     "Jed Gyeong": "jed@sendbird.com",
16     "Tez Park": "tez.park@sendbird.com",
17     "Celine Moon": "celine.moon@sendbird.com",
18     "Young Hwang": "young.hwang@sendbird.com"
19   },
20   "source": {
21     "http": "https://github.com/sendbird/sendbird-live-sdk-ios/releases/download/v1.2.3/SendbirdLiveSDK.zip",
22     "sha1": "5f92b81c6d0a004aa0964d16db01a69248ea8638"
23   },
24   "requires_arc": true,
25   "platforms": {
26     "ios": "11.0"
27   },
28   "documentation_url": "https://sendbird.com/docs/live/v1/ios/ref/index.html",
29   "ios": {
30     "vendored_frameworks": "SendbirdLiveSDK/SendbirdLiveSDK.xcframework",
31     "frameworks": [
32       "UIKit",
33       "Foundation",
34       "WebRTC",
35       "AVKit",
36       "MediaPlayer",
37       "Network",
38       "CoreTelephony",
39       "VideoToolbox"
40     ],
41     "libraries": "icucore"
42   },
43   "dependencies": {
44     "SendBirdWebRTC": [
45       "~> 1.8.1"
46     ],
47     "SendbirdChatSDK": [
48       "~> 4.11.0"
49     ]
50   }