[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 0 / 8 / TelnyxRTC / 0.1.7 / TelnyxRTC.podspec.json
blob8264fa0d611c59c3a1059016c410647dd682e927
2   "name": "TelnyxRTC",
3   "version": "0.1.7",
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     "MobileEngineer": "isaac@telnyx.com"
14   },
15   "source": {
16     "git": "https://github.com/team-telnyx/telnyx-webrtc-ios.git",
17     "tag": "0.1.7"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.0",
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
25     "ENABLE_BITCODE": "NO"
26   },
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "source_files": [
31     "TelnyxRTC",
32     "TelnyxRTC/**/*.{h,m,swift}"
33   ],
34   "exclude_files": "TelnyxRTC/Exclude",
35   "dependencies": {
36     "Bugsnag": [
37       "~> 6.9.1"
38     ],
39     "Starscream": [
40       "~> 4.0.4"
41     ],
42     "WebRTC-lib": [
43       "~> 94.0.0"
44     ]
45   },
46   "swift_version": "5.0"