CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

MVDribbbleKit 0.1.3

MVDribbbleKit 0.1.3

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Marcel Voss.



MVDribbbleKit is a modern, simple and well-documented Objective-C wrapper for the official Dribbble API.

No dependencies are needed, but iOS 7 or later or OS X 10.9 or later is required because this wrapper is build on top of NSURLSession.

Installation

MVDribbbleKit is available via CocoaPods. Simply add the following to your Podfile:
pod 'MVDribbbleKit', '~> 0.1.0'. Boom!

If you don't use CocoaPods, add the MVDribbbleKit folder to your project and #import it.

There are also three model classes included (MVComment, MVShot and MVPlayer) to wrap the retrived data into objects.

API Infomation

You don't need authentication keys at the moment. API calls are limited to 60 per minute and 10,000 per day.

For more information visit the API website.

License

MVDribbbleKit is available under the MIT license. See the LICENSE file for more information.