AliSoftware / Dip

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
MIT License
978 stars 75 forks source link

Fix SPM compatibility with swift-tools-version:4.0 #219

Closed eltiren closed 5 years ago

eltiren commented 5 years ago

This Pull Request fix the issue with Swift Package Manager 4.0 and above. It is now possible to install DIP with SPM.