CEX Direct 客户端框架
要求
- 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文件中。
依赖项
- Alamofire
- SwiftyJSON
- CocoaLumberjack
- ObjectMapper
- AlamofireObjectMapper
- RxSwift
- CryptoSwift
- ReactorKit
- Starscream
- BigInt
- MarkdownView
- SVProgressHUD
- Nantes
- Firebase
许可
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.