{"id":21909012,"url":"https://github.com/ramiz69/slider","last_synced_at":"2025-07-03T14:07:28.929Z","repository":{"id":56921610,"uuid":"231903896","full_name":"Ramiz69/Slider","owner":"Ramiz69","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-28T06:10:58.000Z","size":45842,"stargazers_count":40,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-29T06:16:03.452Z","etag":null,"topics":["calayer","cashapelayer","cocoapods","ios","layer","progress","progress-bar","slider","slider-control","slider-element","spm","swift","swift5","swift6","swiftpackagemanager","uikit"],"latest_commit_sha":null,"homepage":"https://www.ramizkichibekov.com","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ramiz69.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["ramiz69"],"buy_me_a_coffee":"ramiz069"}},"created_at":"2020-01-05T10:57:59.000Z","updated_at":"2025-05-17T18:21:56.000Z","dependencies_parsed_at":"2025-04-16T01:54:08.928Z","dependency_job_id":"d6d3dfe3-32f3-4271-a60f-5c75120e58d1","html_url":"https://github.com/Ramiz69/Slider","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":"0.38095238095238093","last_synced_commit":"d0aa52acc009299e1162e34ec09bc42356b8a23c"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/Ramiz69/Slider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramiz69%2FSlider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramiz69%2FSlider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramiz69%2FSlider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramiz69%2FSlider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ramiz69","download_url":"https://codeload.github.com/Ramiz69/Slider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ramiz69%2FSlider/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263339935,"owners_count":23451517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calayer","cashapelayer","cocoapods","ios","layer","progress","progress-bar","slider","slider-control","slider-element","spm","swift","swift5","swift6","swiftpackagemanager","uikit"],"created_at":"2024-11-28T17:14:54.517Z","updated_at":"2025-07-03T14:07:28.919Z","avatar_url":"https://github.com/Ramiz69.png","language":"Swift","funding_links":["https://github.com/sponsors/ramiz69","https://buymeacoffee.com/ramiz069"],"categories":[],"sub_categories":[],"readme":"# Slider\n\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ramiz69/Slider/swift.yml)\n[![Version](https://img.shields.io/cocoapods/v/RKSlider.svg?style=flat)](https://cocoapods.org/pods/RKSlider)\n[![License](https://img.shields.io/cocoapods/l/RKSlider.svg?style=flat)](https://cocoapods.org/pods/RKSlider)\n[![Platform](https://img.shields.io/cocoapods/p/RKSlider.svg?style=flat)](https://cocoapods.org/pods/RKSlider)\n![GitHub Release](https://img.shields.io/github/v/release/ramiz69/Slider)\n[![Swift](https://img.shields.io/badge/swift-5.9-orange.svg)](https://swift.org)\n\n- [Installation](#installation)\n- [Author](#author)\n- [License](#license)\n\n## Requirements\n\n- iOS 14.0+\n- Xcode 16+\n- Swift 5+\n\n## Preview\n\u003cdetails\u003e\n  \u003csummary\u003ePreview\u003c/summary\u003e\n\n  \u003cimg src=\"Screenshots/leftToRightDefault.png\" width=\"400\"/\u003e\n  \u003cimg src=\"Screenshots/rightToLeftDefault.png\" width=\"400\"/\u003e\n  \u003cimg src=\"Screenshots/leftToRightCustom.png\" width=\"400\"/\u003e\n  \u003cimg src=\"Screenshots/preference.png\" width=\"400\"/\u003e\n\u003c/details\u003e\n\n## Installation\n\n### Swift Package Manager\n\nThe [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.\n\nOnce you have your Swift package set up, adding Slider as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift` or the Package list in Xcode.\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/Ramiz69/Slider.git\", .upToNextMajor(from: \"0.2.1\"))\n]\n```\n\nNormally you'll want to depend on the `Slider` target:\n\n```swift\n.product(name: \"Slider\", package: \"Slider\")\n```\n\n### CocoaPods\n\n[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Slider into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\npod 'RKSlider'\n```\n\n### Manually\ncopy `Slider.swift` to your project\n\n### Usage\n\n#### code\n- init Slider with frame or use Auto Layout\n- add a view to your superview\n\n## Author\n\nramiz69, ramiz161@icloud.com\n\n## License\n\nSlider is available under the MIT license. [See LICENSE](https://github.com/Ramiz69/Slider/blob/master/LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framiz69%2Fslider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Framiz69%2Fslider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Framiz69%2Fslider/lists"}