CEXDirect 1.0.0-alpha5

CEXDirect 1.0.0-alpha5

Ihor Vovk 维护。



 
依赖项
Alamofire>= 0
SwiftyJSON>= 0
CocoaLumberjack/Swift>= 0
ObjectMapper>= 0
AlamofireObjectMapper>= 0
RxSwift>= 0
RxCocoa>= 0
CryptoSwift>= 0
ReactorKit>= 0
Starscream>= 0
BigInt>= 0
MarkdownView>= 0
SVProgressHUD>= 0
Nantes>= 0
lottie-ios>= 0
 

CEXDirect 1.0.0-alpha5

  • CEX.​IO Ltd (UK)

CEX Direct 客户端框架

Swift Pod Platform License Maintainability Gitter

要求

  • Swift 5
  • iOS 11

安装

您可以使用 CocoaPods 或手动下载并链接框架。即将添加对 Carthage 的支持。

CocoaPods

pod 'CEXDirect'

使用说明

您必须收到您的放置ID和密钥才能将框架集成到您的应用中。

使用示例

  let cexDirect = CEXDirect(placementID: "your_placement_id", secret: "your_placement_secret")
  if let rootViewController = cexDirect.rootViewController {
      present(rootViewController, animated: true, completion: nil)
  }  

您可以在项目中找到示例应用。要使其工作,您应该将放置ID和密钥设置在Placement.plist文件中。

依赖项

许可

   Copyright 2019 CEX.​IO Ltd (UK)

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       https://apache.ac.cn/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.