[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / d / 7 / 3 / ContentFitScrollView / 2.0.0 / ContentFitScrollView.podspec.json
blob6eeb2f8eaba641af704ff821d292e6e8c06b37a6
2   "name": "ContentFitScrollView",
3   "version": "2.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": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ContentFitScrollView/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "MapKit"
25   ],
26   "pushed_with_swift_version": "4.0"