SimpleServiceStatus Client for iOS
要求
- Xcode 10.2+
- Swift 4.2
- iOS8+
入门
您需要安装 CocoaPods 将该库添加为项目的依赖项。
gem install cocoapods
将以下行添加到您的项目 Podfile 中。
pod 'SimpleServiceStatus'
从终端导航到包含 Podfile 的目录,然后
pod install
有关更多详细信息,请查看此存储库中的 SimpleServiceStatus-Demo Xcode 项目和 podspec 文件。