xmartlabs / XLForm

XLForm is the most flexible and powerful iOS library to create dynamic table-view forms. Fully compatible with Swift & Obj-C.
MIT License
5.77k stars 953 forks source link

Support for distribution via Swift Package Manager #1072

Closed eneko closed 3 years ago

eneko commented 3 years ago

Swift Package Manager is included with Xcode since version 11, as the default package manager for dependencies. Contrary to its name, it can also package Obj-c libraries like XLForm.

I would like to submit a Pull Request to add support for SwiftPM. However, a few changes are needed:

I have a fork working with SwiftPM, but before finishing the work, I was hoping to get feedback if this is something the repo owners are willing to add. I feel adding SwiftPM on top of CocoaPods and Carthage is a good step forward.

Thanks, Eneko

eneko commented 3 years ago

@mats-claassen @mtnbarreto, I've pushed a PR (#1073) with these changes, in case you were interested. Please let me know/

eneko commented 3 years ago

This has now been resolved and released in 4.2.0