| { | |
| "name": "StackViewLayout", | |
| "version": "0.1.6", | |
| "summary": "StackViewLayout is a UIStackView replacement that don't rely on auto layout", | |
| "homepage": "https://github.com/layoutBox/StackViewLayout/", | |
| "license": "BSD 3-clause", | |
| "authors": { | |
| "Luc Dion": "luc_dion@yahoo.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0", | |
| "tvos": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/layoutBox/StackViewLayout.git", | |
| "tag": "0.1.6" | |
| }, | |
| "source_files": "Sources/**/*.swift" | |
| } |