{"id":16853156,"url":"https://github.com/devxoul/pureswinject","last_synced_at":"2026-03-09T03:35:45.713Z","repository":{"id":62451292,"uuid":"298312233","full_name":"devxoul/PureSwinject","owner":"devxoul","description":"Auto register Pure factories to Swinject","archived":false,"fork":false,"pushed_at":"2020-12-09T08:07:40.000Z","size":24,"stargazers_count":19,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T07:17:34.280Z","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/devxoul.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-09-24T14:59:09.000Z","updated_at":"2024-09-14T01:21:10.000Z","dependencies_parsed_at":"2022-11-01T22:46:05.631Z","dependency_job_id":null,"html_url":"https://github.com/devxoul/PureSwinject","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FPureSwinject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FPureSwinject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FPureSwinject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FPureSwinject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devxoul","download_url":"https://codeload.github.com/devxoul/PureSwinject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248358590,"owners_count":21090404,"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":[],"created_at":"2024-10-13T13:49:59.908Z","updated_at":"2026-03-09T03:35:40.675Z","avatar_url":"https://github.com/devxoul.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PureSwinject\n\nAuto register Pure factories to Swinject\n\n## Usage\n\n**Before**\n\n```swift\ncontainer.register(MyModule.Factory.self) { r in\n  MyModule.Factory(dependency: .init(\n    foo: r.resolve(Foo.self)!,\n    bar: r.resolve(Bar.self)!\n  ))\n}\n```\n\n**After**\n\n```swift\ncontainer.autoregister(MyModule.Factory.self, dependency: MyModule.Dependency.init)\n```\n\n## License\n\nPureSwinject is under MIT license. See the [LICENSE](LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2Fpureswinject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevxoul%2Fpureswinject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2Fpureswinject/lists"}