blob: 1a54038d80ccc011f79be56dca5213eda2465436 [file] [log] [blame]
{
"name": "PercentageMargin",
"version": "1.0.2",
"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.2"
},
"screenshots": "https://raw.githubusercontent.com/exchangegroup/PercentageMargin/master/Graphics/overview.png",
"source_files": "PercentageMargin/**/*.swift",
"platforms": {
"ios": "8.0"
}
}