Why are you using AFNetworking if all you need is one method/class.
KyleLeneau opened this issue · 2 comments
KyleLeneau commented
It would seem a lot more compatible when making a framework SDK to limit or avoid any external dependencies. Everything you SDK is doing can be done without AFNetworking or ReactiveCocoa. This will ease the pain on developers wanting to consume your library and limit the amount of work you will have to do to maintain the SDK.