fjcaetano / ReCaptcha

[In]visible ReCaptcha v2 for iOS
http://blog.flaviocaetano.com/post/recaptcha-reaches-1-dot-0/
MIT License
267 stars 133 forks source link

Support for Swift Package Manager? #107

Open paulgoh opened 3 years ago

paulgoh commented 3 years ago

Would it be possible to add support for Swift Package Manager? Currently this is the only 3rd party library in our app that doesn't support SPM.

fjcaetano commented 3 years ago

I'd love to add SPM support, but to be honest, I don't want to promise anything since I have very little time to dedicate to this project.

If you're willing to work on that, your PR will be more than welcome! Seems like there was some work being done on #105. Maybe you can join forces with Jakub Mazur to tackle this?

JakubMazur commented 3 years ago

Working on that, will submit PR in few days,

@fjcaetano I see you're a contributor in AppSwizzle repo. I just open a PR there: https://github.com/zixun/AppSwizzle/pull/3

since it has dependency to test target here. You know if this can be merged or I should rather use yours (or mine) fork to link it with test target?

fjcaetano commented 3 years ago

@JakubMazur I'm not a maintainer of the repo, I just had some code merged and am flagged as a contributor. Unfortunately, I don't have the permissions to approve your PR :/

JakubMazur commented 3 years ago

OK, I point AppSwizzle to my fork, detailed explanation in #109