From e2c208851e772a8ae1e29e626de5e6c869a7b5e4 Mon Sep 17 00:00:00 2001 From: sdk dev Date: Fri, 22 Dec 2023 04:58:49 +0100 Subject: [PATCH] [Add] JVerification 3.1.8 --- .../JVerification/3.1.8/JVerification.podspec.json | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 Specs/d/c/c/JVerification/3.1.8/JVerification.podspec.json diff --git a/Specs/d/c/c/JVerification/3.1.8/JVerification.podspec.json b/Specs/d/c/c/JVerification/3.1.8/JVerification.podspec.json new file mode 100644 index 000000000000..369d08f02df2 --- /dev/null +++ b/Specs/d/c/c/JVerification/3.1.8/JVerification.podspec.json @@ -0,0 +1,54 @@ +{ + "name": "JVerification", + "version": "3.1.8", + "summary": "Offically supported JVerification iOS SDK Pod. 官方支持的 SDK.", + "description": "JVerification SDK for iOS. \n极光认证整合了三大运营商的号码认证能力,为开发者提供了快速验证用户输入的手机号码和本机SIM卡号码一致性的功能,提高用户体验和安全性", + "homepage": "http://www.jiguang.cn/", + "license": "MIT", + "authors": { + "JPush": "support@jpush.cn" + }, + "source": { + "http": "https://sdkfiledl.jiguang.cn/cocoapods/jverification/JVerification-iOS-3.1.8.zip" + }, + "platforms": { + "ios": "11.0" + }, + "frameworks": [ + "Foundation", + "CoreGraphics", + "UIKit", + "CoreTelephony", + "AudioToolbox", + "SystemConfiguration", + "CoreFoundation", + "CFNetwork", + "AVFoundation", + "CoreAudio", + "Security", + "CoreLocation", + "MobileCoreServices", + "WebKit" + ], + "pod_target_xcconfig": { + "VALID_ARCHS": "x86_64 arm64" + }, + "libraries": [ + "sqlite3.0", + "z", + "resolv", + "c++.1" + ], + "source_files": "*.h", + "vendored_frameworks": [ + "OAuth_3Wang_SA_620.xcframework", + "EAccountApiSDK.framework", + "TYRZUISDK.xcframework" + ], + "vendored_libraries": "*.a", + "dependencies": { + "JCore": [ + ">= 2.1.6" + ] + } +} -- 2.11.4.GIT