blob: 3d5a7d308fbb99950c37fe08a25cebee23230aa1 [file] [log] [blame]
{
"name": "GRUIKit",
"version": "0.1.6",
"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.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GRUIKit/Classes/**/*",
"public_header_files": "GRUIKit/Classes/**/GR*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}