{"id":30719838,"url":"https://github.com/dankinsoid/vdgesture","last_synced_at":"2025-09-03T10:42:24.211Z","repository":{"id":56925568,"uuid":"390132177","full_name":"dankinsoid/VDGesture","owner":"dankinsoid","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-21T11:37:43.000Z","size":127,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-16T04:09:36.169Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dankinsoid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-27T21:30:45.000Z","updated_at":"2021-08-21T11:37:45.000Z","dependencies_parsed_at":"2022-08-21T06:20:16.530Z","dependency_job_id":null,"html_url":"https://github.com/dankinsoid/VDGesture","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/dankinsoid/VDGesture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FVDGesture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FVDGesture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FVDGesture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FVDGesture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dankinsoid","download_url":"https://codeload.github.com/dankinsoid/VDGesture/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dankinsoid%2FVDGesture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273431361,"owners_count":25104491,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-09-03T10:42:23.179Z","updated_at":"2025-09-03T10:42:24.196Z","avatar_url":"https://github.com/dankinsoid.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VDGesture\n\n[![CI Status](https://img.shields.io/travis/dankinsoid/VDGesture.svg?style=flat)](https://travis-ci.org/dankinsoid/VD)\n[![Version](https://img.shields.io/cocoapods/v/VDGesture.svg?style=flat)](https://cocoapods.org/pods/VD)\n[![License](https://img.shields.io/cocoapods/l/VDGesture.svg?style=flat)](https://cocoapods.org/pods/VD)\n[![Platform](https://img.shields.io/cocoapods/p/VDGesture.svg?style=flat)](https://cocoapods.org/pods/VD)\n\n## Description\nThis repository contains new way to work with gestures\n\n## Usage\n```swift\n view.add {\n  Gestures.Sequence {\n    Gestures.Press()\n      .onChange { context, _ in\n        print(\"change press: \\(context.location)\")\n      }\n                \n    Gestures.Drag()\n      .when(in: someView)\n  }.onChange {\n    print(\"change\")\n  }.onFinish {\n    print(\"on finish\")\n  }\n}\n```\n## Installation\n1.  [CocoaPods](https://cocoapods.org)\n\nAdd the following line to your Podfile:\n```ruby\npod 'VDGesture'\n```\nand run `pod update` from the podfile directory first.\n\n2. [Swift Package Manager](https://github.com/apple/swift-package-manager)\n\nCreate a `Package.swift` file.\n```swift\n// swift-tools-version:5.0\nimport PackageDescription\n\nlet package = Package(\n  name: \"SomeProject\",\n  dependencies: [\n    .package(url: \"https://github.com/dankinsoid/VDGesture.git\", from: \"0.9.0\")\n  ],\n  targets: [\n    .target(name: \"SomeProject\", dependencies: [\"VDGesture\"])\n  ]\n)\n```\n```ruby\n$ swift build\n```\n\n## Author\n\ndankinsoid, voidilov@gmail.com\n\n## License\n\nVDGesture is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdankinsoid%2Fvdgesture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdankinsoid%2Fvdgesture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdankinsoid%2Fvdgesture/lists"}