blob: 72f8fb0ea90bfe33d74df00082d742257f891385 [file] [log] [blame]
{
"name": "LARSBar",
"version": "1.1.0",
"summary": "An oddly-named UISlider subclass which mimics the EQ slider found on Twitter's #music app.",
"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.1.0"
},
"requires_arc": true,
"source_files": "LARSBar/*.{h,m}",
"frameworks": [
"CoreGraphics",
"QuartzCore"
]
}