[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / a / 0 / 8 / TelnyxRTC / 0.1.20 / TelnyxRTC.podspec.json
blob939b4078417c4cd68098e2367636641d7d59688a
2   "name": "TelnyxRTC",
3   "version": "0.1.20",
4   "summary": "Enable Telnyx real-time communication services on iOS.",
5   "description": "The Telnyx iOS WebRTC Client SDK provides all the functionality you need to start making voice calls from an iPhone.",
6   "homepage": "https://github.com/team-telnyx/telnyx-webrtc-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Telnyx LLC": "mobile.app.eng.chapter@telnyx.com"
13   },
14   "source": {
15     "git": "https://github.com/team-telnyx/telnyx-webrtc-ios.git",
16     "tag": "0.1.20"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.0",
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
24     "ENABLE_BITCODE": "NO"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "source_files": [
30     "TelnyxRTC",
31     "TelnyxRTC/**/*.{h,m,swift}"
32   ],
33   "exclude_files": "TelnyxRTC/Exclude",
34   "dependencies": {
35     "Bugsnag": [
36       "~> 6.9.1"
37     ],
38     "Starscream": [
39       "~> 4.0.6"
40     ],
41     "WebRTC-lib": [
42       "~> 117.0.0"
43     ]
44   },
45   "swift_version": "5.0"