xmartlabs / XLPagerTabStrip

Android PagerTabStrip for iOS.
MIT License
6.97k stars 1.32k forks source link

Swift Package Manager #847

Closed erwanmace closed 1 year ago

erwanmace commented 1 year ago

Any chance to add the required package.swift so that we can install the library through Swift Package Manager? This is the last package of my app for which I a, keeping Cocoa Pod

askari01 commented 1 year ago

I created a fork to support SPM, but it will be good to have it here :)

Climbatize commented 1 year ago

Hi @erwanmace, I also created a SPM fork, upgrading support to XCode 11 (minimum required for SPM availability) and with a dependency to FXPageControl lib (a PR has been pushed to this repo too: https://github.com/nicklockwood/FXPageControl/pull/24), which was copied in sources until now. You can check the diff here: https://github.com/xmartlabs/XLPagerTabStrip/compare/master...Climbatize:XLPagerTabStrip:master and use this repo in your SPM config: https://github.com/Climbatize/XLPagerTabStrip.git

mats-claassen commented 1 year ago

Hi all, SPM support has been added in 9.1.0!