blob: d6490668fdb557e9fe9399ac86c2b517df609136 [file] [log] [blame]
{
"name": "PercentageMargin",
"version": "1.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/exchangegroup/PercentageMargin",
"summary": "A library for creating percentage-based margins with Auto Layout constraints in iOS / Swift.",
"description": "This a library for creating percentage-based margins between views and their superviews in iOS. It allows, for example, to create an Auto Layout constraint for the trailing margin of 20% between the view and its superview. Because the margin is percentage-based its absolute size will adapt automatically when the superview size changes.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/exchangegroup/PercentageMargin.git",
"tag": "1.0.1"
},
"screenshots": "https://raw.githubusercontent.com/exchangegroup/PercentageMargin/master/Graphics/overview.png",
"source_files": "PercentageMargin/**/*.swift",
"platforms": {
"ios": "8.0"
}
}