AbtoVoipSDKSwift 1.1.0

AbtoVoipSDKSwift 1.1.0

ABTO Software 维护。



  • 作者
  • ABTO LLC

ABTO VoIP SDK for Swift (易于 Swift 集成)

ABTO Software 的 VoIP SIP SDK for iPhone 和 iPad 将帮助您快速构建 iOS 的自定义软电话应用。此仓库是针对 Swift 基础的 CocoaPod 集成的。

开始使用

以下说明将帮助您使用 CocoaPods 配置 ABTO VoIP SDK for Swift。

先决条件

CocoaPods

Podfile 设置

# Minimal supported version is 8.0
platform :ios, '8.0'

# include all required sources in addition to ABTO one
source 'https://github.com/artsy/Specs.git'
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/voip-sip-sdk/ABTO-VoIP-SDK-for-iOS-Swift.git'

在所有应该使用 ABTO VoIP SDK for Swift 的目标中,使用适当的 pod 通过

pod 'AbtoVoipSDKSwift', '~> 1.1.0'

这里使用 1.1.0 版本作为示例

Pod项目配置

pod installpod update

SDK使用

要使用ABTO VoIP SDK for Swift类和方法,请通过以下方式导入库:

import AbtoVoipSDKSwift