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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift version in Xcode 10.2 is not set properly

andrei-kuzma opened this issue · comments

Swift version should be specified via spec.swift_version in podspec file

compatibility with swift 5 / Xcode 10.2

Xcode 10.2 and Swift 5.0 support is now on master...