blob: cd0ec14de46cf16cb6fc3ffb34458758796540e0 [file] [log] [blame]
{
"name": "CKDotMatrixView",
"version": "0.1.0",
"summary": "A highly customizable animated banner-like dot matrix view.",
"description": " CKDotMatrixView provides a retro-style dot matrix that displays\n numbers or text. It is completely configured via storyboard. Use\n it just like you would place text on a label programmatically.\n",
"homepage": "https://github.com/JaNd3r/CKDotMatrixView",
"screenshots": "https://raw.githubusercontent.com/JaNd3r/CKDotMatrixView/master/DotMatrixDemo1.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Klaproth": "ck@cm-works.de"
},
"social_media_url": "http://twitter.com/JaNd3r",
"platforms": {
"ios": "8.1"
},
"requires_arc": true,
"source": {
"git": "https://github.com/JaNd3r/CKDotMatrixView.git",
"tag": "0.1.0"
},
"source_files": "CKDotMatrixView/*.{h,m}"
}