blob: 1accdd597d4cd364a8b947fbe816b4e1b1791677 [file] [log] [blame]
{
"name": "NestLayout",
"version": "0.1.1",
"summary": "Syntactic sugar for StackViews layout",
"description": "This framework makes exclusive use of StackViews for configuring the layout: basically you can see it as syntactic sugar for StackView based layouts. the benefits are:\n\n* The layout logic is implemented by Apple and the StackViews, not a third party developer. This means you can rely on it in terms of performance and implementation bugs.\n* The API exposed by this framework will not change as long as the API used by StackViews does not change. This means you can rely on it in terms of long-term maintainability.\n* The API exposed by this framework keeps your code tidy, easier to read and more expressive. In the end, less prone to bugs.",
"homepage": "https://github.com/acecilia/NestLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrés Cecilia Luque": "a.cecilia.luque@gmail.com"
},
"source": {
"git": "https://github.com/acecilia/NestLayout.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}