blob: 08476ab5458f7c187ed1817a2d10adc71173ea8e [file] [log] [blame]
{
"name": "TFLayoutConstraintsFactory",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/**/*.{h,m}",
"prefix_header_contents": [
"#if NSLOG_TO_TFLOGGER_ENABLED",
"#import <TFLogger/NSLogVisualFormat.h>",
"#define NSLog(...) NSLogToTFLoggerAdapter(@\"TFLayoutConstraintsFactory\", __VA_ARGS__)",
"#endif"
]
}