[Add] TPNiOS 6.4.35
[CocoaPods.git] / Specs / 2 / 8 / 4 / BxLayout / 3.0.0 / BxLayout.podspec.json
blob65da841a743d2eedeae5f85f879b0655a7c3c3cd
2   "name": "BxLayout",
3   "version": "3.0.0",
4   "swift_version": "4.2",
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": "3.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       "~> 3.0"
27     ]
28   },
29   "frameworks": "UIKit"