[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 0 / a / TFLayoutConstraintsFactory / 1.0.0 / TFLayoutConstraintsFactory.podspec.json
blobcb008f00ddd45c7717849b21282df9ef7ec2c7dd
2   "name": "TFLayoutConstraintsFactory",
3   "version": "1.0.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.0.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/**/*.{h,m}"