[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / d / b / YRKSpinningProgressIndicator / 1.4 / YRKSpinningProgressIndicator.podspec.json
blob5cb5597354ade48ccbdabf920945445267a617ac
2   "name": "YRKSpinningProgressIndicator",
3   "version": "1.4",
4   "summary": "A resizable, recolorable clone of the spinning NSProgressIndicator.",
5   "homepage": "http://yeahrightkeller.com",
6   "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",
7   "license": {
8     "type": "BSD",
9     "file": "BSD-LICENSE.txt"
10   },
11   "authors": {
12     "Kelan Champagne": "kelan@yeahrightkeller.com"
13   },
14   "platforms": {
15     "osx": "10.7"
16   },
17   "source": {
18     "git": "https://github.com/novawave/YRKSpinningProgressIndicator.git",
19     "tag": "1.4"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/*.{h,m}"
24   ],
25   "requires_arc": true