[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 6 / PHBStackLayout / 1.0.1 / PHBStackLayout.podspec.json
bloba3e59f8edd4a021907f82e3e99c8b8203a07adc4
2   "name": "PHBStackLayout",
3   "version": "1.0.1",
4   "summary": "A declarative layout μFramework built on UIStackView",
5   "description": "UIStackView allows developers to build auto-layout UIs without needing to set up constraints -- a powerful way of building layouts, which unfortunately requires a certain amount of boilerplate code. This framework exposes the convenience of that approach, but reduces the required boilerplate by wrapping it in a declarative syntax.",
6   "homepage": "https://github.com/phlippieb/PHBStackLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "phlippieb": "phlippie.bosman@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/phlippieb/PHBStackLayout.git",
16     "tag": "1.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "PHBStackLayout/Source/**/*.swift",
23   "swift_version": "5.0"