[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 8 / 4 / BxLayout / 2.0.0 / BxLayout.podspec.json
blob65e34073122cb4054f360feebcc01da6af0d4470
2   "name": "BxLayout",
3   "version": "2.0.0",
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": "2.0.0"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "BxLayout/**/*.{swift,h,m,mm,cpp,c}",
24   "dependencies": {
25     "BxUtility": [
26       "~> 2.0"
27     ]
28   },
29   "frameworks": "UIKit"