AliSoftware / Dip

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

Swift 2.3 compatibility #127

Closed ilyapuchka closed 7 years ago

ilyapuchka commented 7 years ago

This PR brings support for both Swift 2.3 and Swift 3 so that there is no need to keep a separate brunch for Swift 2.3 and it will be easier to drop it's support as part of 2.3 specific implementation is moved to separate source files.