crino / instagram-ios-sdk

Instagram SDK for iOS
http://www.followgram.me
228 stars 63 forks source link

NSJSONSerialization instead of SBJSON + General Cleanup of unnecessary comments etc... #17

Closed freak4pc closed 11 years ago

freak4pc commented 11 years ago

Since Deployment Target is iOS5 and above and the project uses ARC, there's no use of using an external library for JSON parsing. Replaced with NSJSONSerialization and cleaned some comments.

freak4pc commented 11 years ago

Is there any reason this isn't getting any attention? :) I wanted to add some more fixes but if this library isn't being actively maintained that would feel like a waste of time somewhat.

Thanks Shai

crino commented 11 years ago

hi @freak4pc, don't worry your work is appreciated but i'm bit busy to test it and merge it ;) so continue with your contributes

freak4pc commented 11 years ago

Coolio :) Thanks

crino commented 11 years ago

your work is now merged. thanks again and continue with your contribution ;)