DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
MIT License
3.94k stars 477 forks source link

Delete .swift-version #308

Closed RomanPodymov closed 1 year ago

RomanPodymov commented 3 years ago

Hello. Thank you for XCGLogger. In this pull request I deleted the .swift-version file because usage of the .swift_version file has been deprecated in CocoaPods. I also did it in #277.