[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / f / b / 3 / GRUIKit / 0.1.12 / GRUIKit.podspec.json
blob33557075bf33aa723eb8c00dd96846ad370f4d62
2   "name": "GRUIKit",
3   "version": "0.1.12",
4   "summary": "Helpful code for building a UI",
5   "description": "A few useful UI-related classes (including a number of designable classes) to make UI design in\nInterfaceBuilder more productive.",
6   "homepage": "https://github.com/jgrantr/GRUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Grant Robinson": "grant@zayda.com"
13   },
14   "source": {
15     "git": "https://github.com/jgrantr/GRUIKit.git",
16     "tag": "0.1.12"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "GRUIKit/Classes/**/*",
22   "public_header_files": "GRUIKit/Classes/**/GR*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ]