kkiermasz / Neron

Swift DSL Auto Layout framework
MIT License
1 stars 0 forks source link

Cocoapods support? #13

Open Gargo opened 7 months ago

Gargo commented 7 months ago

swift packages have some disadvantages like updating by themselves

kkiermasz commented 7 months ago

Hi @Gargo,

Thank you for submitting this.

Yes, they have. Although, they have improved significantly compared to their beginning. Could you please elaborate on what you mean by 'updating by themselves'?

I don't see any issues with adding Cocoapods support, but this project was primarily created for my personal use. Consequently, I didn't include it initially as I use SPM in all of my projects. Feel free to open a pull request. I won't be able to add it in the near future, but who knows what the future will bring.

Gargo commented 7 months ago

@kkiermasz I mean when you need to update cocoapods you call pod install, pod update and etc. manually. When you use packages they are updated by Xcode automatically for example in case when you are switching between github commits. And this happens even if you changed nothing in these packages.