wit-ai / wit-ios

Wit.ai iOS client
Other
222 stars 71 forks source link

Why are you using AFNetworking if all you need is one method/class. #7

Closed KyleLeneau closed 10 years ago

KyleLeneau commented 10 years ago

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.

blandinw commented 10 years ago

Absolutely, see #6

blandinw commented 10 years ago

See #4