[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / b / 2 / VBAutolayout / 1.0.1 / VBAutolayout.podspec.json
blob63eb0ac3058cf276b4d6b48dc1b06826db4f917e
2   "name": "VBAutolayout",
3   "version": "1.0.1",
4   "summary": "VBAutolayout is a library which makes programmatic autolayout creation comfortable, readable and code-minimized.",
5   "description": "There are developers (like me) who prefer to create UI programmatically due to numerous reasons. I use storyboards for segues and user scene-path. But UIViewControllers are left empty. And I do not use xibs.\n\nWhen you create adaptive UI programmatically the view (or viewcontroller) code becomes unreadable because of big autolayout creation calls.\n\nVBAutolayout is a library which makes programmatic autolayout creation comfortable, readable and code-minimized.",
6   "homepage": "https://github.com/valnoc/VBAutolayout",
7   "license": "MIT",
8   "authors": {
9     "Valeriy Bezuglyy": "valnocorner@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/valnoc/VBAutolayout.git",
13     "tag": "v1.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "VBAutolayout/**/*"