blob: 6d05cdd940e23e2120d4580cb770475a27ec3e4a [file] [log] [blame]
{
"name": "MVDribbbleKit",
"version": "0.1.3",
"summary": "A modern Objective-C wrapper for the Dribbble API.",
"description": " MVDribbbleKit is a modern and simple Objective-C wrapper \n for the official [Dribbble API](https://dribbble.com/api).\n",
"homepage": "https://github.com/marcelvoss/MVDribbbleKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Marcel Voss": "hello@marcelvoss.com"
},
"social_media_url": "http://twitter.com/CocoaMarcel",
"source": {
"git": "https://github.com/marcelvoss/MVDribbbleKit.git",
"tag": "0.1.3"
},
"source_files": [
"MVDribbbleKit",
"MVDribbbleKit/**/*.{h,m}"
],
"platforms": {
"ios": "7.0"
},
"frameworks": "Foundation",
"requires_arc": true
}