[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 9 / 2 / 1 / HorizontalPageControl / 0.2.1 / HorizontalPageControl.podspec.json
blob6cb2e6367848568325aee1268e5ecf2c1ff92ca9
2   "name": "HorizontalPageControl",
3   "version": "0.2.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "leechoohyoung@gmail.com",
12   "source": {
13     "git": "https://github.com/leechoohyoung/HorizontalPageControl.git",
14     "tag": "0.2.1"
15   },
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "17.0"
19   },
20   "source_files": "HorizontalPageControl/Classes/**/*",
21   "swift_version": "5.0"