[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 9 / 6 / TATLayout / 1.0.0 / TATLayout.podspec.json
blob5181cae79042dbfd248ebe6d9e2ed3aa55776674
2   "name": "TATLayout",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "An expressive, simple yet powerful way for coding layout constraints in iOS.",
6   "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",
7   "homepage": "https://github.com/cromandini/TATLayout",
8   "authors": {
9     "Claudio Romandini": "cromandini@me.com"
10   },
11   "source": {
12     "git": "https://github.com/cromandini/TATLayout.git",
13     "tag": "1.0.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "TATLayout/*.{h,m}",
20   "public_header_files": "TATLayout/{TATLayout,TATLayoutHelper,NSLayoutConstraint+TATFactory,NSLayoutConstraint+TATActivation,NSLayoutConstraint+TATInstallation}.h"