[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 7 / 3 / ContentFitScrollView / 1.0.0 / ContentFitScrollView.podspec.json
blobc68b0875f851acd21246724dd9d03ecee39307c6
2   "name": "ContentFitScrollView",
3   "version": "1.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": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ContentFitScrollView/Classes/**/*",
22   "pushed_with_swift_version": "3.0"