blob: 5cb5597354ade48ccbdabf920945445267a617ac [file] [log] [blame]
{
"name": "YRKSpinningProgressIndicator",
"version": "1.4",
"summary": "A resizable, recolorable clone of the spinning NSProgressIndicator.",
"homepage": "http://yeahrightkeller.com",
"description": " YRKSpinningProgressIndicator is a clone of the \"Spinning style\" NSProgressIndicator that can be set to an arbitrary size and color. The background color can also be set, or it can be transparent. You can even change the color in real-time while it's animating. SPIDemo is an app to demo its use.\n",
"license": {
"type": "BSD",
"file": "BSD-LICENSE.txt"
},
"authors": {
"Kelan Champagne": "kelan@yeahrightkeller.com"
},
"platforms": {
"osx": "10.7"
},
"source": {
"git": "https://github.com/novawave/YRKSpinningProgressIndicator.git",
"tag": "1.4"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"requires_arc": true
}