[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 9 / a / 7 / SendBirdWebRTC / 1.6.0 / SendBirdWebRTC.podspec.json
blob9a43258b4f6395cd6d1c31d1dad039e46b19f463
2   "name": "SendBirdWebRTC",
3   "version": "1.6.0",
4   "summary": "WebRTC Framework",
5   "description": "WebRTC Framework for SendBird Video Chat",
6   "homepage": "https://sendbird.com",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Jed Gyeong": "jed.gyeong@sendbird.com",
13     "Young Hwang": "young.hwang@sendbird.com",
14     "Minhyuk Kim": "minhyuk.kim@sendbird.com",
15     "Jaesung Lee": "jaesung.lee@sendbird.com"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0"
20   },
21   "documentation_url": "https://docs.sendbird.com/",
22   "source": {
23     "http": "https://github.com/sendbird/sendbird-webrtc-ios/releases/download/1.6.0/WebRTC.zip"
24   },
25   "ios": {
26     "vendored_frameworks": "WebRTC.xcframework"
27   },
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
30   },
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
33   }