rsms / peertalk

iOS and Mac Cocoa library for communicating over USB
https://rsms.me/peertalk/
MIT License
3.43k stars 502 forks source link

Support for Carthage #26

Closed marekcirkos closed 3 years ago

marekcirkos commented 8 years ago

It would be cool if you could add support for Carthage. https://github.com/Carthage/Carthage#supporting-carthage-for-your-framework

rsms commented 8 years ago

Happy to accept a PR for this. I don't use Carthage myself, so I wouldn't be the right person to add support for it. Also, peertalk is probably best built as a static library (since it's tiny and the cost of loading a dynamic library would be significant in relation to what it does.)

marekcirkos commented 8 years ago

Unfortunately Carthage only supports frameworks. Will create PR soonish :)

marekcirkos commented 8 years ago

https://github.com/rsms/peertalk/pull/27

jonathandann commented 3 years ago

Marking as stale.