[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / 8 / SendBirdCalls / 1.10.2 / SendBirdCalls.podspec.json
blob99d3e19eada143ee0dc44b92212eadbee0df3dad
2   "name": "SendBirdCalls",
3   "version": "1.10.2",
4   "summary": "real-time calls based on Sendbird Calls SDK",
5   "description": "Sendbird Calls enables real-time calls between users registered within a Sendbird application",
6   "homepage": "https://sendbird.com",
7   "documentation_url": "https://sendbird.com/docs/calls",
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.10.2"
20   },
21   "ios": {
22     "vendored_frameworks": "SendBirdCalls.xcframework",
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.6.0"
39     ]
40   },
41   "pod_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
43   }