[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 5 / 4 / GRKGradientView / 1.0 / GRKGradientView.podspec.json
blob10a2cd1550e087c91f82621b3356497d47f5a8c7
2   "name": "GRKGradientView",
3   "version": "1.0",
4   "summary": "A UIView subclass which draws a configurable gradient.",
5   "description": "\t\tUse as you would any UIView and configure it to render a gradient instead of a solid color.\n",
6   "homepage": "https://github.com/levigroker/GRKGradientView",
7   "license": "Creative Commons Attribution 3.0 Unported License",
8   "authors": {
9     "Levi Brown": "levigroker@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/levigroker/GRKGradientView.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source_files": "GRKGradientView/**/*.{h,m}",
19   "frameworks": "CoreGraphics",
20   "requires_arc": true