{"id":20841459,"url":"https://github.com/pakej/productivitykit","last_synced_at":"2026-05-21T00:33:09.790Z","repository":{"id":62451143,"uuid":"155015141","full_name":"pakej/ProductivityKit","owner":"pakej","description":"A repository with nifty Swift extensions to make you more productive!","archived":false,"fork":false,"pushed_at":"2019-12-13T14:07:10.000Z","size":401,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-02-18T22:46:02.007Z","etag":null,"topics":["extensions","foundation","nsmutableattributedstring","pod","productive","swift","uikit","uiview"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pakej.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":"2018-10-27T22:26:55.000Z","updated_at":"2019-12-13T14:07:08.000Z","dependencies_parsed_at":"2022-11-01T23:33:10.645Z","dependency_job_id":null,"html_url":"https://github.com/pakej/ProductivityKit","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakej%2FProductivityKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakej%2FProductivityKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakej%2FProductivityKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pakej%2FProductivityKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pakej","download_url":"https://codeload.github.com/pakej/ProductivityKit/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243197211,"owners_count":20251956,"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":["extensions","foundation","nsmutableattributedstring","pod","productive","swift","uikit","uiview"],"created_at":"2024-11-18T01:20:10.615Z","updated_at":"2026-05-21T00:33:09.761Z","avatar_url":"https://github.com/pakej.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ProductivityKit ![build-travis](https://img.shields.io/travis/com/lambdable/ProductivityKit)\n![pod-version](https://img.shields.io/cocoapods/v/ProductivityKit) ![pod-platform](https://img.shields.io/cocoapods/p/ProductivityKit)\nA repository with nifty Swift extensions to make you more productive!\n\u003csub\u003e(This repository will have on-going updates. More extensions coming soon!)\u003c/sub\u003e\n\n## Requirements\n- Swift 4.2\n- iOS 10 or later\n\n## Installation\n**Cocoapods**\n\nYou may opt to install all or only some extensions. Refer to the [Available Extensions](#available-extensions) section to see what extensions are available.\n\nAdd **one** of the following to your `Podfile`:\n```ruby\n# Add this to install all extensions\npod 'ProductivityKit'\n\n# Or, add this to install all UIView extensions\npod 'ProductivityKit/UIView'\n\n# Or, add this to install only the UIView styling extensions\npod 'ProductivityKit/UIView/Styling'\n```\n\n## Usage\nSimply import the `ProductivityKit` and you can straight away use the extensions installed.\n```Swift\nimport ProductivityKit\n\nclass MyController: UIViewController {\n    ...\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        let view = UIView()\n        view.setupBorder(colour: UIColor.black, width: 0.5)\n    }\n    ...\n}\n```\n\n## Available Extensions\nHead over to the folders listed to see more details of the extensions for a particular Swift core class.\n\n1. [Date](ProductivityKit/Date)\n    - `Utility`\n1. [String](ProductivityKit/String)\n    - `Formatting`\n1. [NSMutableAttributedString](ProductivityKit/NSMutableAttributedString)\n    - `Interpolations`\n1. [UIColor](ProductivityKit/UIColor)\n    - `RGBA`\n1. [UIView](ProductivityKit/UIView)\n    - `Styling`\n\nOr view the [source code docs](https://pakej.github.io/ProductivityKit) to dive deeper.\n\n## License\nSee LICENSE file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpakej%2Fproductivitykit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpakej%2Fproductivitykit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpakej%2Fproductivitykit/lists"}