[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 8 / 4 / BxLayout / 1.1.1 / BxLayout.podspec.json
blobd6ecadc77c5e0ce3cdd1d124569893f43443a425
2   "name": "BxLayout",
3   "version": "1.1.1",
4   "swift_version": "4.1",
5   "summary": "Descriptive Autolayout for iOS in Swift.",
6   "description": "BxLayout aims to make UIKit's autolayout as easy as possible. It provides a declarative and intutitive API that tries to depict as precisely as possible the way one speaks about layouting.",
7   "homepage": "https://bxlayout.borchero.com",
8   "documentation_url": "https://bxlayout.borchero.com/docs",
9   "license": {
10     "type": "Apache License, Version 2.0",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Oliver Borchert": "borchero@icloud.com"
15   },
16   "source": {
17     "git": "https://github.com/borchero/BxLayout.git",
18     "tag": "1.1.1"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BxLayout/**/*",
24   "dependencies": {
25     "BxUtility": [
26       "~> 1.0"
27     ]
28   },
29   "frameworks": "UIKit"