ekazaev / route-composer

Protocol oriented, Cocoa UI abstractions based library that helps to handle view controllers composition, navigation and deep linking tasks in the iOS application. Can be used as the universal replacement for the Coordinator pattern.
MIT License
896 stars 63 forks source link

Add dependency registration via SPM to Readme #99

Closed Nikitos9I closed 1 year ago

Nikitos9I commented 1 year ago

Hello! Thank you for your framework. Could you please add dependency addition via swift package manager?

ekazaev commented 1 year ago

Hi @Nikitos9I,

Thank you for your request. I"would love to but what exactly do you mean? I didn't keep up recently with the SPM features and quick googling didn't help. Can you please explain what do you mean and I will add it with a pleasure.

Eugene

Nikitos9I commented 1 year ago

That is all about Readme file) Like Moya repo https://github.com/Moya/Moya#swift-package-manager

ekazaev commented 1 year ago

Will do. Thanks

ekazaev commented 1 year ago

@Nikitos9I Hi.

I have added a simple description. Please check it out and close the issue if you are satisfied with the result.

Nikitos9I commented 1 year ago

@ekazaev Thank you!