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