AliSoftware / Dip

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

Bump watchos deployment target to 3.0 #229

Closed dchohfi closed 4 years ago

dchohfi commented 4 years ago

Apple now requires that watchOS deployment target are minimum locked at 3.0 version.

https://forums.developer.apple.com/thread/108853

Could you create a tag after merging so we can use it on Carthage?

Thank you!

dchohfi commented 4 years ago

hey @AliSoftware, any thoughts on this? I'm blocked to submit a watch target using Carthage. thank you.

AliSoftware commented 4 years ago

I'll let @ilyapuchka — who's now the main maintainer — to double-review and merge this