rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 85 forks source link

Remove Mantle dependency #42

Closed camelpunch closed 8 years ago

camelpunch commented 8 years ago

We could replace it with our own implementations of isEqual and hash, which is all we depend on Mantle for.

camelpunch commented 8 years ago

This can probably be achieved through code generation, rather than introspection. Most of our equality needs are around AMQP methods.

camelpunch commented 8 years ago

We've switched to JKVValue. Closing.