[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / 8 / a / ScrollingContentViewController / 1.6.2 / ScrollingContentViewController.podspec.json
blob5b632d5c139d06cd76fa8915c61d0b7ffb728ed5
2   "name": "ScrollingContentViewController",
3   "version": "1.6.2",
4   "summary": "A Swift library that simplifies making a view controller's view scrollable",
5   "description": "ScrollingContentViewController makes it easy to create a view controller with a\nsingle scrolling content view, or to convert an existing static view controller\ninto one that scrolls. Most importantly, it takes care of several tricky\nundocumented edge cases involving the keyboard, navigation controllers, and\ndevice rotations.",
6   "homepage": "https://github.com/drewolbrich/ScrollingContentViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "drewolbrich": "drew@retroactivefiasco.com"
13   },
14   "source": {
15     "git": "https://github.com/drewolbrich/ScrollingContentViewController.git",
16     "tag": "1.6.2"
17   },
18   "social_media_url": "https://twitter.com/drewolbrich",
19   "platforms": {
20     "ios": "12.0"
21   },
22   "source_files": "Sources/**/*.swift",
23   "frameworks": "UIKit",
24   "swift_versions": [
25     "4.2",
26     "5.0"
27   ],
28   "swift_version": "5.0"