{"id":19952297,"url":"https://github.com/sparrowcode/layouter","last_synced_at":"2025-10-19T07:25:20.472Z","repository":{"id":237404432,"uuid":"625230283","full_name":"sparrowcode/Layouter","owner":"sparrowcode","description":"Wrapper of frame and auto layout.","archived":false,"fork":false,"pushed_at":"2023-04-10T16:52:58.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"v1","last_synced_at":"2025-07-13T19:41:57.646Z","etag":null,"topics":["autolayout","bounds","constraints","frame","frames","swift","uikit","uiview","xcode"],"latest_commit_sha":null,"homepage":"https://sparrowcode.io/frameworks","language":null,"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/sparrowcode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":["sparrowcode"]}},"created_at":"2023-04-08T13:20:22.000Z","updated_at":"2023-07-16T07:12:42.000Z","dependencies_parsed_at":"2024-05-01T09:53:28.567Z","dependency_job_id":null,"html_url":"https://github.com/sparrowcode/Layouter","commit_stats":null,"previous_names":["sparrowcode/layouter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sparrowcode/Layouter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparrowcode%2FLayouter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparrowcode%2FLayouter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparrowcode%2FLayouter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparrowcode%2FLayouter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sparrowcode","download_url":"https://codeload.github.com/sparrowcode/Layouter/tar.gz/refs/heads/v1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparrowcode%2FLayouter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271281317,"owners_count":24732164,"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-08-20T02:00:09.606Z","response_time":69,"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":["autolayout","bounds","constraints","frame","frames","swift","uikit","uiview","xcode"],"created_at":"2024-11-13T01:12:32.158Z","updated_at":"2025-10-19T07:25:15.415Z","avatar_url":"https://github.com/sparrowcode.png","language":null,"readme":"# Layouter \n\nWrapper of frame and auto layout.\n\n\u003cp float=\"left\"\u003e\n    \u003ca href=\"https://twitter.com/sparrowcode_en\"\u003e\n        \u003cimg src=\"https://cdn.sparrowcode.io/github%2Fbadges%2Ftwitter.png?version=4\" height=\"52\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://t.me/sparrowcode_en\"\u003e\n        \u003cimg src=\"https://cdn.sparrowcode.io/github/badges/telegram.png?version=1\" height=\"52\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://mastodon.social/@sparrowcode_en\"\u003e\n        \u003cimg src=\"https://cdn.sparrowcode.io/github/badges/mastodon.png?version=2\" height=\"52\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"#apps-using\"\u003e\n        \u003cimg src=\"https://cdn.sparrowcode.io/github/badges/download-on-the-appstore.png?version=4\" height=\"52\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Navigate\n\n- [Installation](#installation)\n    - [Swift Package Manager](#swift-package-manager)\n    - [CocoaPods](#cocoapods)\n    - [Manually](#manually)\n- [Quick Start](#quick-start)\n- [Apps Using](#apps-using)\n\n## Installation\n\nReady to use on iOS 13+, tvOS 13+, watchOS 6.0+.\n\n### Swift Package Manager\n\nIn Xcode go to Project -\u003e Your Project Name -\u003e `Package Dependencies` -\u003e Tap *Plus*. Insert url:\n\n```\nhttps://github.com/sparrowcode/Layouter\n```\n\nor adding it to the `dependencies` of your `Package.swift`:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/sparrowcode/Layouter\", .upToNextMajor(from: \"1.0.0\"))\n]\n```\n### CocoaPods:\n\nThis is an outdated way of doing things. I advise you to use [SPM](#swift-package-manager). However, I will continue to support Cocoapods for some time.\n\n\u003cdetails\u003e\u003csummary\u003eCocoapods Instalation\u003c/summary\u003e\n\n[CocoaPods](https://cocoapods.org) is a dependency manager. For usage and installation instructions, visit their website. To integrate using CocoaPods, specify it in your `Podfile`:\n\n```ruby\npod 'Layouter'\n```\n\u003c/details\u003e\n\n### Manually\n\nIf you prefer not to use any of dependency managers, you can integrate manually. Put `Sources/SwiftBoost` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.\n\n## Quick Start\n\n## Apps Using\n\n\u003cp float=\"left\"\u003e\n    \u003ca href=\"https://apps.apple.com/app/id1624477055\"\u003e\u003cimg src=\"https://cdn.sparrowcode.io/github/apps-using/id1624477055.png?version=2\" height=\"65\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://apps.apple.com/app/id1625641322\"\u003e\u003cimg src=\"https://cdn.sparrowcode.io/github/apps-using/id1625641322.png?version=2\" height=\"65\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://apps.apple.com/app/id875280793\"\u003e\u003cimg src=\"https://cdn.sparrowcode.io/github/apps-using/id875280793.png?version=2\" height=\"65\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://apps.apple.com/app/id743843090\"\u003e\u003cimg src=\"https://cdn.sparrowcode.io/github/apps-using/id743843090.png?version=2\" height=\"65\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://apps.apple.com/app/id537070378\"\u003e\u003cimg src=\"https://cdn.sparrowcode.io/github/apps-using/id537070378.png?version=2\" height=\"65\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://apps.apple.com/app/id1570676244\"\u003e\u003cimg src=\"https://cdn.sparrowcode.io/github/apps-using/id1570676244.png?version=2\" height=\"65\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://apps.apple.com/app/id1617055933\"\u003e\u003cimg src=\"https://cdn.sparrowcode.io/github/apps-using/id1617055933.png?version=2\" height=\"65\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nIf you use a `Layouter`, add your app via Pull Request.\n","funding_links":["https://github.com/sponsors/sparrowcode"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparrowcode%2Flayouter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparrowcode%2Flayouter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparrowcode%2Flayouter/lists"}