VoIPGRID / VialerSIPLib

An Objective-c wrapper for PJSIP
GNU General Public License v3.0
133 stars 69 forks source link

Carthage support #171

Open holyprin opened 5 years ago

holyprin commented 5 years ago

So I know this isn't really a bug report but I was curious if it was possible for you guys to add Carthage support. They recently started supporting static frameworks.

Unfortunately we don't use CocoaPods here due to complexities with the workspace (we have 4 workspaces, etc.) and it's overall intrusion into the project. I've been playing around with cherry picking the code and adding the Carthage cocoa lumberjack and reachability dependencies but it's not super clean and maintaining it would be cumbersome at best every time you add new features/fixes to Vialer

jeremynorman89 commented 5 years ago

Hey,

We don't really have any experience supporting Carthage, or any real use-case for it which means I don't think we will get around to doing it independently.

However if it's just a matter of adding additional file(s) similar to .podspec and then running an additional command when we publish a new release, then we'd be happy to see a pull request with Carthage support added and we could certainly add in an extra command as part of our release procedure.