A neat little blocks-based Objective C wrapper for the Instagram API.
It readily parses the JSON responses on a background thread and does the dirty work for you so you just have to deal with Instagram model objects. Harnesses the power of AFNetworking under the hood.
Getting started is easy. Just include the files from the directory 'InstagramKit' into your project, insert the right credentials in the Engine and you'll be up and running.
platform :ios, '7.0'
pod "InstagramKit", "0.1.0"
Download and run the Demo Project to understand how the engine is intended to be used.