[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 8 / SendBirdCalls / 1.2.2 / SendBirdCalls.podspec.json
blobfd42d2a4ee840a6a8685a651672e6e54e2cbcb20
2   "name": "SendBirdCalls",
3   "version": "1.2.2",
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.2.2"
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       "CoreTelephony"
33     ]
34   },
35   "requires_arc": true,
36   "dependencies": {
37     "SendBirdWebRTC": [
39     ]
40   }