2 "name": "HorizontalPageControl",
4 "summary": "Simple Horizontal Page Control written SwiftUI.",
5 "description": "Simple Horizontal Page Control written SwiftUI.\n```\nvar body: some View {\n let config = ...\n HorizontalPageControl(config: ...) {\n // implement your views here\n }\n .onPageChanged { oldValue, newValue in\n print(\"oldValue:(oldValue), newValue:(newValue)\")\n }\n .onIndicatorTouched { scrollViewProxy, index in\n print(\"you can scroll to specific page programmatically via scrollViewProxy:(scrollViewProxy), index:(index)\")\n }\n}\n```",
6 "homepage": "https://github.com/leechoohyoung/SimpleHorizontalPageControl",
11 "authors": "leechoohyoung@gmail.com",
13 "git": "https://github.com/leechoohyoung/HorizontalPageControl.git",
16 "swift_versions": "5.0",
20 "source_files": "HorizontalPageControl/Classes/**/*",
21 "swift_version": "5.0"