[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 0 / 7 / LARSBar / 1.1.0 / LARSBar.podspec.json
blob72f8fb0ea90bfe33d74df00082d742257f891385
2   "name": "LARSBar",
3   "version": "1.1.0",
4   "summary": "An oddly-named UISlider subclass which mimics the EQ slider found on Twitter's #music app.",
5   "homepage": "https://github.com/larsacus/LARSBar",
6   "authors": {
7     "Lars Anderson": "iAm@theonlylars.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/larsacus/LARSBar.git",
18     "tag": "1.1.0"
19   },
20   "requires_arc": true,
21   "source_files": "LARSBar/*.{h,m}",
22   "frameworks": [
23     "CoreGraphics",
24     "QuartzCore"
25   ]