# NTESLiveDetect **Repository Path**: mr_lin1985/NTESLiveDetect ## Basic Information - **Project Name**: NTESLiveDetect - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-30 - **Last Updated**: 2020-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://cocoapods.org). To install it, simply add the following line to your Podfile: ## 1.Cocoapods 集成 #### 执行pod repo update更新。 #### Podfile 里面添加以下代码: ```ruby # 以下两种版本选择方式示例 # 集成最新版SDK: pod 'NTESLiveDetect' # 集成指定SDK,具体版本号可先执行 pod search NTESLiveDetect,根据返回的版本信息自行决定: pod 'NTESLiveDetect', '~> 2.2.0' ``` ### 保存并执行pod install即可,若未执行pod repo update,请执行pod install --repo-update ## Author luolihao123456, luolihao123456@163.com