Skip to content

yidun/NTESLiveDetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTESLiveDetect

Example

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

Requirements

Installation

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

1.Cocoapods 集成

执行pod repo update更新。

Podfile 里面添加以下代码:

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

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

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

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

Author

luolihao123456, [email protected]