DashX 1.0.21

DashX 1.0.21

Pradeep Kumar 维护。



 
依赖
Apollo~> 0.51.2
FirebaseMessaging~> 10.5.0
 

DashX 1.0.21

  • Team DashX


DashX

您的全功能产品堆栈


dashx-ios

DashX iOS SDK

安装

iOS 所支持的最低版本为 12.0。要设置最低 SDK 目标:

  1. 在 XCode 中打开您的 iOS 项目
  2. 选择您的目标 > 通用 > 部署信息 > 确保版本设置为 12.0+

使用 Cocoapods

  1. 更新您的 Podfile
platform :ios, '12.0' # must be 12 or higher
# ...
target 'YOUR_TARGET_NAME' do
    # ...
    pod 'DashX'
    # ...
end
  1. 在您项目的根目录中打开终端并运行
pod install

使用 Carthage

在您的 Cartfile 中指定依赖项

github "dashxhq/dashx-ios"

运行以下命令

carthage update

使用 Swift 包管理器

  1. 在 Xcode 项目中,转到 文件 > 添加包
  2. 将以下 URL 粘贴到 "搜索或输入包 URL"
https://github.com/dashxhq/dashx-ios.git

使用方法

有关详细使用说明,请参阅文档