[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 9 / c / ScrollViewController / 1.0.1 / ScrollViewController.podspec.json
blobf73d1e9dcb15ba31edb376b45dcefaa7d3714bd1
2   "name": "ScrollViewController",
3   "version": "1.0.1",
4   "summary": "Controls UIScrollView so the content is in the right place",
5   "homepage": "https://github.com/darrarski/ScrollViewController",
6   "authors": {
7     "Dariusz Rybicki": "darrarski@gmail.com"
8   },
9   "social_media_url": "https://twitter.com/darrarski",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "source": {
15     "git": "https://github.com/darrarski/ScrollViewController.git",
16     "tag": "v1.0.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "Sources",
22   "requires_arc": true,
23   "frameworks": "UIKit",
24   "dependencies": {
25     "KeyboardFrameChangeListener": [
26       "~> 1.0"
27     ],
28     "ScrollViewKeyboardAvoider": [
29       "~> 1.0"
30     ]
31   },
32   "pushed_with_swift_version": "4.0"