[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 8 / SendBirdCalls / 1.0.4 / SendBirdCalls.podspec.json
blob0ad75d58de6337576803bb27a14190f7692b5ccb
2   "name": "SendBirdCalls",
3   "version": "1.0.4",
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     "Damon Park": "damon.park@sendbird.com"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/sendbird/sendbird-calls-ios.git",
20     "tag": "1.0.4"
21   },
22   "ios": {
23     "vendored_frameworks": "SendBirdCalls.framework",
24     "frameworks": [
25       "UIKit",
26       "Foundation",
27       "PushKit",
28       "WebRTC",
29       "AVKit",
30       "MediaPlayer",
31       "Network"
32     ]
33   },
34   "requires_arc": true,
35   "dependencies": {
36     "SendBirdWebRTC": [
38     ]
39   }