测试已测试 | ✓ |
Lang语言 | SwiftSwift |
许可权 | 自定义 |
发布最后发布 | 2017年11月 |
SwiftSwift 版本 | 4.0 |
SPM支持 SPM | ✗ |
由 Matt Wahlig 维护。
依赖关系 | |
AWSCognito | ~> 2.6.1 |
AWSCognitoIdentityProvider | ~> 2.6.1 |
AWSCore | ~> 2.6.1 |
AWSS3 | ~> 2.6.1 |
ReachabilitySwift | ~> 3 |
WingKit 是一个库,允许第三方集成 Wing REST API 来执行肺功能测试。
CocoaPods 是 Cocoa 项目的依赖管理器。要安装它,请在终端中运行此命令
$ gem install cocoapods
WingKit 需要 CocoaPods 1.1+ 构建。
要将 WingKit 集成到您的项目中,请在您的 Podfile
中指定它
platform :ios, '11.0'
use_frameworks!
target '<Your Target Name>' do
pod 'WingKit', '0.1.1'
end
platform :ios, '11.0'
use_frameworks!
target '<Your Target Name>' do
pod 'WingKit', :path => '<path/to/repo>'
end
WingKit 的文档可以在此处找到:https://sparodev.github.io/WingKit/。
查看 WingKitExample 仓库,了解如何与 WingKit 集成以执行肺功能测试并查看结果。