podkovyrin / DWAlertController

UIAlertController re-implementation with controller containment support
MIT License
306 stars 27 forks source link

Swift PM seems not working on latest version #5

Open VincentDurandChewbi opened 2 years ago

VincentDurandChewbi commented 2 years ago

Migrating my dependencies from cocoapods to SPM, i got an error using DWAlertController.

Including DWAlertController at top of my class generate a build Error :

No such module in project.

With Cocoapods all works well.

Might it be an error in the Package.swift file ?