defvol / TransloaditAPIClient

A Transloadit API client for iOS
http://transloadit.com/
MIT License
9 stars 3 forks source link

AFJSONUtilities not found in AFNetworking 1.0RC2 #2

Closed defvol closed 12 years ago

defvol commented 12 years ago

We should upgrade the code that depends on AFJSONUtilities. Probably by using NSDictionaries, AFNetworking will handle the correct serialization.

The team's discussion around the subject https://github.com/AFNetworking/AFNetworking/issues/414

defvol commented 12 years ago

We should upgrade that target first... to iOS 5+

defvol commented 12 years ago

https://github.com/mattt/AnyJSON

defvol commented 12 years ago

Pull #11 uses NSJSONSerialization and upgrades target to iOS 5+