blob: 236d9575dec3fe33a1dbec6cd7bcc46619fb9366 [file] [log] [blame]
{
"name": "ContentFitScrollView",
"version": "3.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": "3.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ContentFitScrollView/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
]
}