{"id":13466529,"url":"https://github.com/JT501/SwiftNotify","last_synced_at":"2025-03-25T21:32:31.758Z","repository":{"id":41381634,"uuid":"73270525","full_name":"JT501/SwiftNotify","owner":"JT501","description":"A Swifty UI framework for notifications and alerts.","archived":false,"fork":false,"pushed_at":"2024-05-22T07:20:21.000Z","size":16863,"stargazers_count":501,"open_issues_count":0,"forks_count":22,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-29T19:19:20.726Z","etag":null,"topics":["alert","alertview","carthage","cocoapods","in-app-notification","ios","popup","swift","swift5","toast","ui-components","uikit","uikit-dynamics"],"latest_commit_sha":null,"homepage":"https://jt501.github.io/SwiftNotify","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/JT501.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},"funding":{"github":["JT501"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["http://buymeacoff.ee/WSbA5oZ"]}},"created_at":"2016-11-09T09:43:47.000Z","updated_at":"2024-10-22T09:48:32.000Z","dependencies_parsed_at":"2024-06-21T08:16:06.332Z","dependency_job_id":"2aa0c0c4-d7ff-4797-8eb2-33b32bc68efa","html_url":"https://github.com/JT501/SwiftNotify","commit_stats":null,"previous_names":["hallelujahbaby/cfnotify","jt501/swiftnotify","jt501/cfnotify"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JT501%2FSwiftNotify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JT501%2FSwiftNotify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JT501%2FSwiftNotify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JT501%2FSwiftNotify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JT501","download_url":"https://codeload.github.com/JT501/SwiftNotify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245548550,"owners_count":20633608,"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":["alert","alertview","carthage","cocoapods","in-app-notification","ios","popup","swift","swift5","toast","ui-components","uikit","uikit-dynamics"],"created_at":"2024-07-31T15:00:45.670Z","updated_at":"2025-03-25T21:32:28.872Z","avatar_url":"https://github.com/JT501.png","language":"Swift","funding_links":["https://github.com/sponsors/JT501","http://buymeacoff.ee/WSbA5oZ"],"categories":["Libs"],"sub_categories":["UI"],"readme":"SwiftNotify\n===============\n[![GitHub license](https://img.shields.io/github/license/JT501/SwiftNotify.svg?style=flat-square)](https://github.com/JT501/SwiftNotify/blob/master/LICENSE)\n[![Swift](https://img.shields.io/badge/Swift-5.5+-orange.svg?style=flat-square)](https://developer.apple.com/swift/)\n![Static Badge](https://img.shields.io/badge/spm-compatible-orange?style=flat-square)\n![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jt501/SwiftNotify/static.yml?branch=master\u0026style=flat-square\u0026label=Doc%20Deploy\u0026color=blue)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat-square)](https://github.com/Carthage/Carthage)\n[![CocoaPods](https://img.shields.io/cocoapods/v/SwiftNotify.svg?style=flat-square)](https://cocoapods.org/pods/SwiftNotify)\n[![GitHub forks](https://img.shields.io/github/forks/JT501/SwiftNotify.svg?style=flat-square)](https://github.com/JT501/SwiftNotify/network)\n[![GitHub stars](https://img.shields.io/github/stars/JT501/SwiftNotify.svg?style=flat-square)](https://github.com/JT501/SwiftNotify/stargazers)\n[![GitHub issues](https://img.shields.io/github/issues/JT501/SwiftNotify.svg?style=flat-square)](https://github.com/JT501/SwiftNotify/issues)\n\nA *Swifty* UI framework for **notifications** and **alerts**.\n\n![Demo1](image/Demo1.gif)\n![Demo2](image/Demo2.gif)\n![Demo3](image/Demo3.gif)\n\nSwiftNotify uses *UIKit Dynamics* as animator to create smooth interactive animations and physics behaviours for the notices. \n\nSwiftNotify is intended to be lightweight, easy-to-use and highly customizable. \nMost of the time, you just need a single line of code to show a notice:\n\n```swift\nSN.show(title: \"OMG\", message: \"SwiftNotify is Great !\", level: .success)\n```\n\nAs simple as that.\n\n## Documentation\nFeel free to check out the [documentation page](https://jt501.github.io/SwiftNotify) for installation guide and usages.\n\n## Requirements\n- Swift 5.9+\n- iOS 13.0+\n\nChange Log\n------------------\nPlease read [CHANGELOG.md](CHANGELOG.md).\n\nBugs and issues\n-----------------\nIf you find any bugs or encounter some issues regard to this framework, please feel free to open a new issue\nin [Issues](https://github.com/JT501/SwiftNotify/issues) page.\n\nContribute\n------------------\nYou are welcome to contribute into this project, feel free to [Pull Request](https://github.com/JT501/SwiftNotify/pulls)\n.\n\nLicense\n------------------\n***SwiftNotify*** is released under an [MIT License][MIT]. See [LICENSE](LICENSE) for details.\n\n[UIKit Dynamics]:https://developer.apple.com/documentation/uikit/animation_and_haptics/uikit_dynamics\n\n[Cartfile]:https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile\n\n[Podfile]:https://guides.cocoapods.org/syntax/podfile.html\n\n[SPM]:https://github.com/apple/swift-package-manager\n\n[MIT]:http://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJT501%2FSwiftNotify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJT501%2FSwiftNotify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJT501%2FSwiftNotify/lists"}