{"id":17668371,"url":"https://github.com/smakeev/pulsingbutton","last_synced_at":"2025-07-25T20:35:30.917Z","repository":{"id":62451273,"uuid":"249050839","full_name":"smakeev/PulsingButton","owner":"smakeev","description":"UIButton subclass with pulsing effect. Also a pulsing layer which could be used in any view","archived":false,"fork":false,"pushed_at":"2020-03-21T21:57:56.000Z","size":1674,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T13:16:14.353Z","etag":null,"topics":["animation","ios","pulsing","swift","uibutton"],"latest_commit_sha":null,"homepage":"","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/smakeev.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":"2020-03-21T19:58:58.000Z","updated_at":"2020-04-24T10:37:05.000Z","dependencies_parsed_at":"2022-11-01T22:46:12.313Z","dependency_job_id":null,"html_url":"https://github.com/smakeev/PulsingButton","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakeev%2FPulsingButton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakeev%2FPulsingButton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakeev%2FPulsingButton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smakeev%2FPulsingButton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smakeev","download_url":"https://codeload.github.com/smakeev/PulsingButton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246320198,"owners_count":20758410,"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":["animation","ios","pulsing","swift","uibutton"],"created_at":"2024-10-23T23:07:59.716Z","updated_at":"2025-03-30T13:16:23.012Z","avatar_url":"https://github.com/smakeev.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PulsingButton\n![Farmers Market Finder Demo](demo/demo.gif)\n\n# How to use\n```\npod \"PulsingButton\"\n```\n\n```swift\n\t\tlet button = PulsingButton()\n\t\tbutton.translatesAutoresizingMaskIntoConstraints = false\n\t\t\n\t\tself.view.addSubview(button)\n\t\tbutton.pulsingColor = .orange\n\t\tbutton.centerXAnchor.constraint(equalTo: self.view.centerXAnchor).isActive = true\n\t\tbutton.centerYAnchor.constraint(equalTo: self.view.centerYAnchor).isActive = true\n\t\t\n\t\tbutton.setTitle(\"   Press Me To See Pulsing   \", for: .normal)\n\t\tbutton.layer.cornerRadius = 25\n\t\tbutton.backgroundColor = .orange\n\t}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmakeev%2Fpulsingbutton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmakeev%2Fpulsingbutton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmakeev%2Fpulsingbutton/lists"}