Skip to content

Commit

Permalink
[Add] TATLayout 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cromandini authored and CocoaPodsBot committed Sep 14, 2014
1 parent 9230194 commit 6548640
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Specs/TATLayout/1.0.0/TATLayout.podspec.json
@@ -0,0 +1,21 @@
{
"name": "TATLayout",
"version": "1.0.0",
"license": "MIT",
"summary": "An expressive, simple yet powerful way for coding layout constraints in iOS.",
"description": " TATLayout aims to reduce considerably the amount of lines of code used when coding layout constraints in iOS. It provides a high 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 `NSLayoutConstraint ` providing methods for activation and deactivation that can be used in iOS 6+ but uses iOS 8 when available.\n * A couple of helper methods useful for working with layouts.\n",
"homepage": "https://github.com/cromandini/TATLayout",
"authors": {
"Claudio Romandini": "cromandini@me.com"
},
"source": {
"git": "https://github.com/cromandini/TATLayout.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": "TATLayout/*.{h,m}",
"public_header_files": "TATLayout/{TATLayout,TATLayoutHelper,NSLayoutConstraint+TATFactory,NSLayoutConstraint+TATActivation,NSLayoutConstraint+TATInstallation}.h"
}

0 comments on commit 6548640

Please sign in to comment.