CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.
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.
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.
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.
MVDribbbleKit is available under the MIT license. See the LICENSE file for more information.