Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Swift Package Manager #899

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Support Swift Package Manager #899

wants to merge 6 commits into from

Conversation

tphduy
Copy link

@tphduy tphduy commented Feb 6, 2021

Proposed changes

Support framework distribution with Swift Package Manager

Types of changes

[ ] Bugfix (a non-breaking change that fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] Documentation Update (if none of the other choices apply)

Checklist

[x] I have read the CONTRIBUTING doc
[x] Lint and unit tests pass locally with my changes
[x] I have added tests that prove my fix is effective or that my feature works
[x] I have added necessary documentation (if appropriate)
[x] Any dependent changes have been merged and published in downstream modules

How Was This Tested?

  • Initiate an iCarousel example project
  • Put some code that demonstrates how iCarousel works
  • Install iCarousel via Swift Package Manager associated with my forked repository
  • Build and run the example project successfully
  • Uninstall iCarousel via Swift Package Manager
  • Install iCarousel via Cocoapods
  • Build and run the example project successfully

The example project locale can be found here

@mabundo
Copy link

mabundo commented Mar 11, 2022

👍

@davidavsoares
Copy link

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants