diff --git a/README.md b/README.md index c628a4f..f37fb61 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,19 @@ A local system logger for Apple platforms. -![macOS](https://img.shields.io/badge/macOS-13.0%2B-blue?style=flat) ![iOS](https://img.shields.io/badge/iOS-15.5%2B-blue?style=flat) ![watchOS](https://img.shields.io/badge/watchOS-6.0%2B-blue?style=flat) -![SwiftPM](https://img.shields.io/badge/SwiftPM-ready-green) +This lightweight logging lib is serverless. It includes a debug logger and a file logger which will save logs locally on the device. Users can choose to send a log file when a bug is reported. + +![macOS][macOS-Badge] ![iOS][iOS-Badge] ![watchOS][watchOS-Badge] +[![SPM][SPM-Badge]][SPM-Link] [![CocoaPods][CocoaPods-Badge]][CocoaPods-Link] [![Carthage][Carthage-Badge]][Carthage-Link] + +[macOS-Badge]: https://img.shields.io/badge/macOS-13.0%2B-blue?labelColor=00367A&color=3081D0 +[iOS-Badge]: https://img.shields.io/badge/iOS-15.5%2B-blue?labelColor=00367A&color=3081D0 +[watchOS-Badge]: https://img.shields.io/badge/watchOS-6.0%2B-blue?labelColor=00367A&color=3081D0 + +[SPM-Badge]: https://img.shields.io/github/v/tag/Kjuly/KYLogger?label=SPM&labelColor=2F4858&color=A8DF8E +[SPM-Link]: https://swiftpackageindex.com/Kjuly/KYLogger +[CocoaPods-Badge]: https://img.shields.io/cocoapods/v/KYLogger?label=CocoaPods&labelColor=2F4858&color=A8DF8E +[CocoaPods-Link]: https://cocoapods.org/pods/KYLogger +[Carthage-Badge]: https://img.shields.io/github/v/tag/Kjuly/KYLogger?label=Carthage&labelColor=2F4858&color=A8DF8E +[Carthage-Link]: https://swiftpackageindex.com/Kjuly/KYLogger