[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 3 / d / AZConstraintsRegister / 0.1.4 / AZConstraintsRegister.podspec.json
blobe30f04f4e07a120a479a11c9d949e50356230f87
2   "name": "AZConstraintsRegister",
3   "version": "0.1.4",
4   "summary": "Lightweight tool to manage Auto Layout constraints using Visual Format Language",
5   "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",
6   "homepage": "https://github.com/azubala/AZConstraintsRegister",
7   "license": "MIT",
8   "authors": {
9     "Aleksander Zubala": "alek.zubala@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/azubala/AZConstraintsRegister.git",
13     "tag": "0.1.4"
14   },
15   "social_media_url": "https://twitter.com/alekzubala",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/ios/*.{h,m}"