blob: bdac02e86048d52cd20e4b4f3289347c6228d03a [file] [log] [blame]
{
"name": "AZConstraintsRegister",
"version": "0.1.2",
"summary": "Lightweight tool to manage Auto Layout constraints using Visual Format Language",
"description": " Lightweight tool to manage Auto Layout constraints using Visual Format Language.\n\n All you need to do is to register a container view and its subviews, which you would like to layout using constraints. \n \n Then just simple register constraints in the `updateConstraints` method.\n\n To improve the readability of yout constraints you can register metrics on the AZConstraintsRegister and refer to them in the layout format.\n\n See more: https://github.com/azubala/AZConstraintsRegister\n",
"homepage": "https://github.com/azubala/AZConstraintsRegister",
"license": "MIT",
"authors": {
"Aleksander Zubala": "alek.zubala@gmail.com"
},
"source": {
"git": "https://github.com/azubala/AZConstraintsRegister.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/alekzubala",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/ios/*.{h,m}"
}