blob: 5e9a84b80223d6607cd8fedf7c6fa5fb890a6cc2 [file] [log] [blame]
{
"name": "ContentFitScrollView",
"version": "2.0.1",
"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": "2.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ContentFitScrollView/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"pushed_with_swift_version": "4.0"
}