{"id":19106549,"url":"https://github.com/mugbug/paintandbrush","last_synced_at":"2025-07-15T16:05:03.398Z","repository":{"id":56272155,"uuid":"283892757","full_name":"mugbug/PaintAndBrush","owner":"mugbug","description":"🎨 A package with some simple -- but useful -- helpers for building UIKit views in code.","archived":false,"fork":false,"pushed_at":"2020-11-17T12:40:11.000Z","size":29,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-05T14:16:43.086Z","etag":null,"topics":["hacktoberfest","ios","swift","uikit","view-code"],"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/mugbug.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-07-30T22:55:29.000Z","updated_at":"2022-10-01T15:38:39.000Z","dependencies_parsed_at":"2022-08-15T15:50:23.112Z","dependency_job_id":null,"html_url":"https://github.com/mugbug/PaintAndBrush","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/mugbug/PaintAndBrush","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugbug%2FPaintAndBrush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugbug%2FPaintAndBrush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugbug%2FPaintAndBrush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugbug%2FPaintAndBrush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mugbug","download_url":"https://codeload.github.com/mugbug/PaintAndBrush/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugbug%2FPaintAndBrush/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265444350,"owners_count":23766428,"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":["hacktoberfest","ios","swift","uikit","view-code"],"created_at":"2024-11-09T04:08:37.894Z","updated_at":"2025-07-15T16:05:03.370Z","avatar_url":"https://github.com/mugbug.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PaintAndBrush\n\nA package with some simple -- but useful -- helpers for building UIKit views in code.\n\n## Installation\nPaintAndBrush is available through [CocoaPods](https://cocoapods.org/) and [Swift Package Manager](https://swift.org/package-manager/)\n### Cocoa Pods\nCocoa Pods is a dependency manager for Objective-C and Swift Cocoa projects. \n\nTo integrate and use PaintAndBrush into your Xcode project, add the pod to your Podfile:\n```ruby\npod 'PaintAndBrush', '0.2.0'\n```\nAnd then run:\n```bash\npod install\n```\nAfter that, to use PaintAndBrush into your project, import PaintAndBrush with:\n```swift\nimport PaintAndBrush\n```\n### Swift Package Manager (Xcode 11+)\nThe Swift Package Manager is a tool for automating and managing the distribution of 3rd-party Swift code. Starting on Xcode 11, SPM is natively integrated with Xcode.\n\nTo integrate PaintAndBrush into your project using SPM open your project using Xcode 11+. Then click on `File` -\u003e `Swift Packages` -\u003e `Add Package Dependency` and enter the PaintAndBrush repository's URL (https://github.com/mugbug/PaintAndBrush).\n\nTo use PaintAndBrush into your project, import PaintAndBrush with:\n```swift\nimport PaintAndBrush\n```\n\nOr Add the following to your Package.swift file:\n```swift\ndependencies: [\n    .package(\n        url: \"https://github.com/mugbug/PaintAndBrush.git\", \n        from: \"0.2.0\"\n    ),\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugbug%2Fpaintandbrush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmugbug%2Fpaintandbrush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugbug%2Fpaintandbrush/lists"}