{"id":16260121,"url":"https://github.com/kautenja/uibankpayoutflow","last_synced_at":"2025-04-08T13:50:14.866Z","repository":{"id":97116722,"uuid":"99969373","full_name":"Kautenja/UIBankPayoutFlow","owner":"Kautenja","description":"an iOS UI flow for applications that require payout information to a bank account","archived":false,"fork":false,"pushed_at":"2017-08-14T05:49:12.000Z","size":36585,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T10:18:25.820Z","etag":null,"topics":["bank-account","carthage","ios-framework","stripe","ui-components"],"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/Kautenja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"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}},"created_at":"2017-08-10T22:23:12.000Z","updated_at":"2018-08-08T19:14:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"470a0267-86d7-4828-8a73-dc5e7131b221","html_url":"https://github.com/Kautenja/UIBankPayoutFlow","commit_stats":{"total_commits":46,"total_committers":2,"mean_commits":23.0,"dds":"0.10869565217391308","last_synced_commit":"0e5eb7e00eb21876b973bba7ac63803c983d5565"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2FUIBankPayoutFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2FUIBankPayoutFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2FUIBankPayoutFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2FUIBankPayoutFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kautenja","download_url":"https://codeload.github.com/Kautenja/UIBankPayoutFlow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247855163,"owners_count":21007508,"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":["bank-account","carthage","ios-framework","stripe","ui-components"],"created_at":"2024-10-10T16:06:25.827Z","updated_at":"2025-04-08T13:50:14.844Z","avatar_url":"https://github.com/Kautenja.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UIBankPayoutFlow\n\n[![swift-badge][]][swift-link]\n[![carthage-badge][]][carthage-link]\n\n[swift-badge]: https://img.shields.io/badge/swift-3.2-orange.svg\n[swift-link]: https://swift.org/\n[carthage-badge]: https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat\n[carthage-link]: https://github.com/Carthage/Carthage\n\nthis iOS framework delivers a concise flow for setting up payout information. It was originally\ndesigned to be fully compatible with [Stripe][], but has since been generalized to fit a broader\naudience.\n\n[Stripe]: https://stripe.com\n\n![Design](./img/design.png)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your \nlocal machine for development and testing purposes. See deployment for notes on \nhow to deploy the project on a live system.\n\n### Prerequisites\n\n#### iOS Version\n\n* \u003e= iOS10\n\n#### Dependency Management\n\nUIBankPayoutFlow is both dependency managed and distributed using \n[Carthage][], the decentralized package manager for iOS frameworks. Ensure you \nhave Carthage installed by running\n\n```shell\nbrew install carthage\n```\n\nif you don't have `brew` installed on your machine, get it here: [homebrew][]\n\n[Carthage]: https://github.com/Carthage/Carthage\n[homebrew]: https://brew.sh\n\n### Installing\n\nFirst install the dependencies for the project using Carthage, all these \ncommands are saved in a makefile for ease of access:\n\n```\nmake install\n```\n\nOnce carthage finishes downloading and building the dependencies open \n[BankPayoutFlow.xcodeproj][] and build the project to ensure the \ndependency installation went smoothly\n\n[BankPayoutFlow.xcodeproj]: ./BankPayoutFlow.xcodeproj\n\n## Deployment\n\nTo incorporate this framework in your workflow simply add the following line to\nyour Cartfile:\n\n```ruby\ngithub \"kautenja/UIBankPayoutFlow\"\n```\n\n## Built With\n\n* [UIXibView][] - Basic framework for working with xib files\n* [PopupDialog][] - Basic framework for nice looking popups\n\n[UIXibView]: https://github.com/kautenja/UIXibView\n[PopupDialog]: https://github.com/orderella/PopupDialog\n\n## Contributing\n\nPlease read [CONTRIBUTING.md][] for details on our code of conduct, and the process for submitting pull requests to us.\n\n[CONTRIBUTING.md]: ./CONTRIBUTING.md\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, \nsee the [tags on this repository](https://github.com/kautenja/UIBankPayoutFlow/tags). \n\n## Authors\n\nSee the list of [contributors](https://github.com/kautenja/UIBankPayoutFlow/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE][] file \nfor details\n\n[LICENSE]: ./LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkautenja%2Fuibankpayoutflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkautenja%2Fuibankpayoutflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkautenja%2Fuibankpayoutflow/lists"}