[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 5 / 4 / GRKGradientView / 1.0.1 / GRKGradientView.podspec.json
blob105a70a6b8fb0131162e463c0f199b6a8bb52a52
2   "name": "GRKGradientView",
3   "version": "1.0.1",
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   "social_media_url": "https://twitter.com/levigroker",
12   "source": {
13     "git": "https://github.com/levigroker/GRKGradientView.git",
14     "tag": "1.0.1"
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "GRKGradientView/**/*.{h,m}",
20   "frameworks": "CoreGraphics",
21   "requires_arc": true