a2 / MessagePack.swift

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
http://msgpack.org
MIT License
283 stars 60 forks source link

Add Carthage support #35

Closed eliburke closed 7 years ago

eliburke commented 7 years ago

Add project file to build framework Bump version to 2.0.1 Updated readme

Will also need a release tag of 2.0.1 or higher for Carthage to work properly

eliburke commented 7 years ago

So... adding support yourself? Or you decided Carthage support isn't useful?

a2 commented 7 years ago

I was going to try to use the SPM-generated Xcode project and see if Carthage will build that. That being said, I'll reopen this issue until I can definitively say whether that works.

eliburke commented 7 years ago

Addressed by PR #42