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 #42

Closed a2 closed 7 years ago

a2 commented 7 years ago

Use SPM-generated Xcode project

a2 commented 7 years ago

I tested this with carthage build --no-skip-current and it built successfully for each platform (macOS, iOS, tvOS, watchOS). (cc @eliburke)

eliburke commented 7 years ago

Thanks @a2 !