[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / d / 7 / 3 / ContentFitScrollView / 3.0.0 / ContentFitScrollView.podspec.json
blob236d9575dec3fe33a1dbec6cd7bcc46619fb9366
2   "name": "ContentFitScrollView",
3   "version": "3.0.0",
4   "summary": "Self adjustable Scroll View that tries to fit all content on screen without scrolling.",
5   "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.",
6   "homepage": "https://github.com/APUtils/ContentFitScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Plebanovich": "anton.plebanovich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/APUtils/ContentFitScrollView.git",
16     "tag": "3.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ContentFitScrollView/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "MapKit"
25   ]