blob: c68b0875f851acd21246724dd9d03ecee39307c6 [file] [log] [blame]
{
"name": "ContentFitScrollView",
"version": "1.0.0",
"summary": "Self adjustable Scroll View that tries to fit all content on screen without scrolling.",
"description": "Self adjustable Scroll View that proportionally reducing provided height constraints constants to fit all content on screen without scrolling.\nIt takes into account `ContentFitLayoutConstraint`'s `minimumHeight` value.\nIf it's unable to fit content on screen without scrolling it'll just allow scrolling.",
"homepage": "https://github.com/APUtils/ContentFitScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Plebanovich": "anton.plebanovich@gmail.com"
},
"source": {
"git": "https://github.com/APUtils/ContentFitScrollView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ContentFitScrollView/Classes/**/*",
"pushed_with_swift_version": "3.0"
}