[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 0 / 6 / PHBStackLayout / 1.0.2 / PHBStackLayout.podspec.json
blob19bd2cb3682a6b4c665997224e60c8aa2a9a20d1
2   "name": "PHBStackLayout",
3   "version": "1.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "PHBStackLayout/Source/**/*.swift",
23   "dependencies": {
24     "PHBNonInteractableViews": [
25       "~> 1.0"
26     ]
27   },
28   "swift_version": "5.0"