ExistentialAudio/SwiftOSC

Carthage compatibility

Closed this issue · 5 comments

Hi, are there any plans to support Carthage for building and including SwiftOSC as a framework in a project? Would be nice! :)

I'm not very familiar with Carthage. I see your pull request. Will that break CocoaPods or do they work together?

Hi, yes, they work good together. I use pods in many projects, and in many other Carthage if I can. actually just the build scheme has to be shared for carthage to build the .framework. That's all. :)

Anything else I need to do to get Carthage up and running?

That's it. I've been using carthage on my fork, that's why I did the pull request. :) It's that easy. :D