[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 0 / a / TFLayoutConstraintsFactory / 1.0.1 / TFLayoutConstraintsFactory.podspec.json
blob7f27d21b781652cc2829900c33b211a9fe5bc01c
2   "name": "TFLayoutConstraintsFactory",
3   "version": "1.0.1",
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.0.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/**/*.{h,m}"