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