blob: cbec346a9380f87f8a3964380288e337bb3d6af7 [file] [log] [blame]
{
"name": "LARSBar",
"version": "1.0.0",
"summary": "An oddly-named UISlider subclass which mimics Twitter #music's EQ slider.",
"homepage": "https://github.com/larsacus/LARSBar",
"authors": {
"Lars Anderson": "iAm@theonlylars.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/larsacus/LARSBar.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "LARSBar/*.{h,m}",
"frameworks": [
"CoreGraphics",
"QuartzCore"
],
"screenshots": "https://raw.github.com/larsacus/LARSBar/master/Demo/Assets/toleqdemo.gif"
}