blob: b76a633254403a392605296f7aa05c8f30288066 [file] [log] [blame]
{
"name": "FLKAutoLayout",
"version": "1.0.1",
"platforms": {
"ios": "7.0"
},
"summary": "UIView category which makes it easy to create layout constraints in code.",
"description": "A collection of UIView category methods to make it easy when creating layout constraints in code.",
"homepage": "https://github.com/floriankugler/FLKAutoLayout",
"license": "MIT",
"authors": {
"Florian Kugler": "mail@floriankugler.com"
},
"source": {
"git": "https://github.com/floriankugler/FLKAutoLayout.git",
"tag": "1.0.1"
},
"source_files": "FLKAutoLayout/**/*",
"public_header_files": "FLKAutoLayout/*.h"
}