-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a195404
commit e2c2088
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
54 changes: 54 additions & 0 deletions
54
Specs/d/c/c/JVerification/3.1.8/JVerification.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
] | ||
} | ||
} |