From 4fe236de1fa1e9456c6f74abac408b27a28e6871 Mon Sep 17 00:00:00 2001 From: gyb1314 Date: Fri, 8 Sep 2023 04:16:10 +0200 Subject: [PATCH] [Add] TPhoneRTC 1.1.17 --- .../2/5/1/TPhoneRTC/1.1.17/TPhoneRTC.podspec.json | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Specs/2/5/1/TPhoneRTC/1.1.17/TPhoneRTC.podspec.json diff --git a/Specs/2/5/1/TPhoneRTC/1.1.17/TPhoneRTC.podspec.json b/Specs/2/5/1/TPhoneRTC/1.1.17/TPhoneRTC.podspec.json new file mode 100644 index 000000000000..f73544185cd0 --- /dev/null +++ b/Specs/2/5/1/TPhoneRTC/1.1.17/TPhoneRTC.podspec.json @@ -0,0 +1,37 @@ +{ + "name": "TPhoneRTC", + "version": "1.1.17", + "summary": "TPhoneRTC iOS实时语音呼叫SDK", + "description": "TODO: Add long description of the pod here.", + "homepage": "git@github.com:ti-net/TPhone-RTC-iOS.git", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "gyb1314": "gyb_1314@126.com" + }, + "source": { + "git": "https://github.com/ti-net/TPhone-RTC-iOS.git", + "tag": "1.1.17" + }, + "platforms": { + "ios": "9.0" + }, + "vendored_frameworks": [ + "TPhoneRTC.framework", + "TPhoneSDKCore.xcframework" + ], + "pod_target_xcconfig": { + "VALID_ARCHS": "arm64 x86_64 armv7", + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + }, + "user_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + }, + "dependencies": { + "TiCloudRTC": [ + + ] + } +} -- 2.11.4.GIT