blob: 4e5c9ce42c4cb1bb93ab6247fce6a926546e2ce3 [file] [log] [blame]
{
"name": "ScrollViewObserver",
"version": "1.0.0",
"summary": "Observer UIScrollView scrolling without setting a delegate",
"homepage": "https://github.com/AndreasVerhoeven/ScrollViewObserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andreas Verhoeven": "cocoapods@aveapps.com"
},
"source": {
"git": "https://github.com/AndreasVerhoeven/ScrollViewObserver.git",
"tag": "1.0.0"
},
"module_name": "ScrollViewObserver",
"swift_versions": [
"5.0"
],
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/*.swift",
"swift_version": "5.0"
}