Skip to content

yidun/NTESQuickPass

Repository files navigation

接入一键登录请参考文档:doc/一键登录iOS SDK接入指南

接入本机验证请参考文档:doc/本机验证iOS SDK接入指南

NTESQuickPass

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

NTESQuickPass is available through CocoaPods. To install it, simply add the following line to your Podfile:

1.Cocoapods 集成

执行pod repo update更新。

Podfile 里面添加以下代码:

# 以下两种版本选择方式示例

# 集成最新版SDK:
pod 'NTESQuickPass'

# 集成指定SDK,具体版本号可先执行 pod search NTESQuickPass,根据返回的版本信息自行决定:
pod 'NTESQuickPass', '~> 3.3.7'

保存并执行pod install即可,若未执行pod repo update,请执行pod install --repo-update

Author

luolihao123456, [email protected]