shima11 / FlexiblePageControl

A flexible UIPageControl like Instagram.
MIT License
797 stars 108 forks source link

spm support #44

Closed sahbazali closed 1 year ago

sahbazali commented 2 years ago

package.swift file added for supporting spm. You can configure package file. It is tested in my local environment.

jaspermayone commented 1 year ago

@shima11 would love to see this merged, as it is a great feature that would enable me to utilize this much needed package!

jaspermayone commented 1 year ago

@shima11 Sent you an email

sahbazali commented 1 year ago

hi @j-dogcoder,

Until spm support will be merged, you can use forked repo https://github.com/sahbazali/FlexiblePageControl as swift package.

Note: I am using this repo in my project and because it is not merged, I added extra changes for my own purposes. If you want to use exact version of master you can add this repo in spm with this options;

repo: https://github.com/sahbazali/FlexiblePageControl dependency rule: commit -> 145a62193018004af28d01b636d6db5b14891250

jaspermayone commented 1 year ago

hi @j-dogcoder,

Until spm support will be merged, you can use forked repo https://github.com/sahbazali/FlexiblePageControl as swift package.

Note: I am using this repo in my project and because it is not merged, I added extra changes for my own purposes. If you want to use exact version of master you can add this repo in spm with this options;

repo: https://github.com/sahbazali/FlexiblePageControl dependency rule: commit -> 145a621

Hey @sahbazali! Thank you so much. I will take a look later today.

sahbazali commented 1 year ago

moved to #45, because there is additional changes.

@j-dogcoder, you can use now directly with the branch master-spm-support of forked repo -> https://github.com/sahbazali/FlexiblePageControl

I'm closing this mr because there is additional change than spm support.