wordpress-mobile / AztecEditor-iOS

A reusable native iOS visual HTML text editor component.
Mozilla Public License 2.0
611 stars 146 forks source link

Can we get a Swift Package Version of Aztec? #1390

Open srosenbaumCB opened 3 months ago

srosenbaumCB commented 3 months ago

Is your feature request related to a problem? Please describe. Yes, I hate using multiple package managers, when I prefer just to use SPM.

Describe the solution you'd like I type in the GitHub repo into Xcode, or add it to the correct place of my Swift Package file, and Xcode/SPM take care of the rest.
So I do not have to use Cocoapods/Carthage anymore.

Describe alternatives you've considered One is the hell spawn of Satan (Cocoapods). The other is left over cold pizza (Carthage, not the best but it is still pizza so you put up with it)

Additional context Everyone else with a decent iOS framework has SPM package at this point, I am a little confused why you do not.