blob: f83aa0ffb6f1df1d74bda36311b65a9ffc464bdd [file] [log] [blame]
{
"name": "TATLayout",
"version": "0.2.0",
"license": "MIT",
"summary": "An expressive, simple yet poweful way for coding layout constraints in iOS.",
"description": " TATLayout aims to reduce considerably the amount of lines of code used when coding layout constraints without compromising performance. It provides a higher level API to layout constraints that makes your layouts easier to read, mantain and modify dynamically.\n \n Features:\n * Category in NSLayoutConstraint providing a factory method for creating constraints using a linear equation format string.\n * Category in UIView providing methods for constraining layout attributes.\n",
"homepage": "https://github.com/cromandini/TATLayout",
"authors": {
"Claudio Romandini": "cromandini@me.com"
},
"source": {
"git": "https://github.com/cromandini/TATLayout.git",
"tag": "0.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": "TATLayout/*.{h,m}",
"public_header_files": "TATLayout/{TATLayout,NSLayoutConstraint+TATConstraintFactory,UIView+TATViewConstraints}.h"
}