CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
497 stars 74 forks source link

✨ Cocoapods #226

Closed jdmg94 closed 5 months ago

jdmg94 commented 5 months ago

Description

Are there any plans to make this package available through cocoapods?

Alternatives Considered

No response

Additional Context

No response

Screenshots

No response

0xWDG commented 5 months ago

AFAIK there are no plans for Cocoapods. The package is already available trough SPM (Swift Package Manager).

jdmg94 commented 5 months ago

Thanks for the quick reply, I wasn't able to find the project on swift package index. I'm trying to use this for a react-native module and I'm not too familiar with the swift package manager ecosystem

thecoolwinter commented 5 months ago

I've opened an issue adding our packages with the package index, but you can still use the package without it being indexed. Just use the URL. I'm not quite sure how that will work with react-native, but we don't have any plans for supporting CocoaPods or any other package manager.