[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 3 / 4 / 8 / SendBirdCalls / 0.9.0 / SendBirdCalls.podspec.json
blob84e2af9e07a542e3c466e96903e27e875411a48f
2   "name": "SendBirdCalls",
3   "version": "0.9.0",
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": "0.9.0"
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   }