[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 4 / 8 / SendBirdCalls / 0.6.10 / SendBirdCalls.podspec.json
blobd477d4631aef2743c12ff2cc33e01d37c6d9e686
2   "name": "SendBirdCalls",
3   "version": "0.6.10",
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.6.10"
21   },
22   "ios": {
23     "vendored_frameworks": "SendBirdCalls.framework",
24     "frameworks": [
25       "UIKit",
26       "Foundation",
27       "PushKit",
28       "WebRTC"
29     ]
30   },
31   "requires_arc": true,
32   "dependencies": {
33     "SendBirdWebRTC": [
35     ]
36   }