blob: 33557075bf33aa723eb8c00dd96846ad370f4d62 [file] [log] [blame]
{
"name": "GRUIKit",
"version": "0.1.12",
"summary": "Helpful code for building a UI",
"description": "A few useful UI-related classes (including a number of designable classes) to make UI design in\nInterfaceBuilder more productive.",
"homepage": "https://github.com/jgrantr/GRUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Grant Robinson": "grant@zayda.com"
},
"source": {
"git": "https://github.com/jgrantr/GRUIKit.git",
"tag": "0.1.12"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GRUIKit/Classes/**/*",
"public_header_files": "GRUIKit/Classes/**/GR*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}