blob: cb008f00ddd45c7717849b21282df9ef7ec2c7dd [file] [log] [blame]
{
"name": "TFLayoutConstraintsFactory",
"version": "1.0.0",
"summary": "Category to generate views’ constraints",
"description": "Set of methods giving a shorthand while generating NSAutoLayout views' constraints in a common, tedious scenarios.",
"homepage": "https://github.com/TriforkKRK/TFLayoutConstraintsFactory",
"license": {
"type": "Apache v2",
"file": "LICENSE"
},
"authors": {
"Julian Król": "viperking@poczta.onet.pl"
},
"source": {
"git": "https://github.com/TriforkKRK/TFLayoutConstraintsFactory.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/**/*.{h,m}"
}