[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 3 / d / AZConstraintsRegister / 0.1.1 / AZConstraintsRegister.podspec.json
blob08997f1edd66f215081ae69020f43d8df20bb6b8
2   "name": "AZConstraintsRegister",
3   "version": "0.1.1",
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.1"
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}"