SimpleServiceStatus Client for iOS
Requirements
- Xcode 10.2+
- Swift 4.2
- iOS8+
Getting Started
You need to install the CocoaPods to add this library as a dependency in your project.
gem install cocoapods
Add the line below to the Podfile of your project.
pod 'SimpleServiceStatus'
From terminal, navigate to the directory containing the Podfile, then
pod install
For more details, please have a look at the SimpleServiceStatus-Demo Xcode project in this repository, and the podspec file.