Esqarrouth/EZSwiftExtensions

Add support for OSX

AppsIncorporated opened this issue · 1 comments

Many of the extensions import UIKit. One option would be conditionally importing UIKit or AppKit like is done for String extensions. Better still would be a separating of extensions that rely on Foundation, AppKit, and UIKit so they are factored to the frameworks they add functionality to.

Hey @AppsIncorporated, please take a look at #337.