[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / a / TFLayoutConstraintsFactory / 1.1.0 / TFLayoutConstraintsFactory.podspec.json
blob08476ab5458f7c187ed1817a2d10adc71173ea8e
2   "name": "TFLayoutConstraintsFactory",
3   "version": "1.1.0",
4   "summary": "Category to generate views’ constraints",
5   "description": "Set of methods giving a shorthand while generating NSAutoLayout views' constraints in a common, tedious scenarios.",
6   "homepage": "https://github.com/TriforkKRK/TFLayoutConstraintsFactory",
7   "license": {
8     "type": "Apache v2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Julian Król": "viperking@poczta.onet.pl"
13   },
14   "source": {
15     "git": "https://github.com/TriforkKRK/TFLayoutConstraintsFactory.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/**/*.{h,m}",
23   "prefix_header_contents": [
24     "#if NSLOG_TO_TFLOGGER_ENABLED",
25     "#import <TFLogger/NSLogVisualFormat.h>",
26     "#define NSLog(...) NSLogToTFLoggerAdapter(@\"TFLayoutConstraintsFactory\", __VA_ARGS__)",
27     "#endif"
28   ]