nicklockwood / iCarousel

A simple, highly customisable, data-driven 3D carousel for iOS and Mac OS
http://www.charcoaldesign.co.uk/source/cocoa#icarousel
Other
11.99k stars 2.58k forks source link

Support Swift Package Manager #899

Open tphduy opened 3 years ago

tphduy commented 3 years ago

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?

The example project locale can be found here

mabundo commented 2 years ago

👍

davidavsoares commented 2 years ago

Any updates on this?