{"id":18389292,"url":"https://github.com/rightpoint/swiftilities","last_synced_at":"2025-04-07T02:34:13.113Z","repository":{"id":35146671,"uuid":"51174530","full_name":"Rightpoint/Swiftilities","owner":"Rightpoint","description":"A collection of useful Swift utilities.","archived":false,"fork":false,"pushed_at":"2022-07-21T23:08:40.000Z","size":3187,"stargazers_count":183,"open_issues_count":8,"forks_count":10,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-03T20:45:44.524Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rightpoint.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}},"created_at":"2016-02-05T21:17:15.000Z","updated_at":"2025-01-21T02:17:34.000Z","dependencies_parsed_at":"2022-07-21T04:39:06.883Z","dependency_job_id":null,"html_url":"https://github.com/Rightpoint/Swiftilities","commit_stats":null,"previous_names":["raizlabs/swiftilities"],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2FSwiftilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2FSwiftilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2FSwiftilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rightpoint%2FSwiftilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rightpoint","download_url":"https://codeload.github.com/Rightpoint/Swiftilities/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247583248,"owners_count":20961997,"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-11-06T01:42:26.705Z","updated_at":"2025-04-07T02:34:08.095Z","avatar_url":"https://github.com/Rightpoint.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Swiftilities\n\n\n[![Swift 4.2, 5.1](https://img.shields.io/badge/Swift-4.2,%205.1-orange.svg?style=flat)](https://swift.org)\n[![CircleCI](https://img.shields.io/circleci/project/github/Rightpoint/Swiftilities.svg)](https://circleci.com/gh/Rightpoint/Swiftilities/tree/master)\n[![Version](https://img.shields.io/cocoapods/v/Swiftilities.svg?style=flat)](https://cocoapods.org/pods/Swiftilities)\n[![License](https://img.shields.io/cocoapods/l/Swiftilities.svg?style=flat)](https://cocoapods.org/pods/Swiftilities)\n[![Platform](https://img.shields.io/cocoapods/p/Swiftilities.svg?style=flat)](https://cocoapods.org/pods/Swiftilities)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\n## What's Inside?\n\n- AboutView\n- AccessibilityHelpers  \n- [Acknowledgements](Pod/Classes/Acknowledgements/README.md) - Simple solution for adding acknowledgement section with pod licenses.\n- BetterButton\n- ColorHelpers\n- Compatibility\n- CoreDataStack\n- Deselection\n- DeviceSize\n- FormattedTextField\n- Forms\n- [HairlineView](Pod/Classes/HairlineView/README.md) - A horizontal or vertical hairline view\n- ImageHelpers\n- Keyboard\n- LicenseFormatter\n- [Lifecycle](Pod/Classes/Lifecycle/readme.md) - Declaratively customize your app's behavior and look/feel\n- [Logging](Pod/Classes/Logging/README.md) - Log events by priority\n- Math\n- RootViewController\n- Shapes\n- StackViewHelpers\n- TableViewHelpers\n- [TintedButton](Pod/Classes/TintedButton/README.md) - UIButton with border and default highlighting\n- Views:\n - [GradientView](Pod/Classes/Views/Gradient/README.md) - UIView containing a color gradient.\n - [Text Views](Pod/Classes/Views/Textview/README.md) - UITextViews that can present placeholder text or expand height to accommodate content.\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n### Adding A New Subspec\n1. Create a new directory within the Classes folder (or Assets, if required)\n2. Add the new files to the directory created in step 1\n3. Add a subspec to the Swiftilities.podspec following this pattern:\n    ```ruby\n    # \u003cYour Subspec Name\u003e\n\n    s.subspec \"\u003cYour Subspec Name\u003e\" do |ss|\n    \tss.source_files = \"Pod/Classes/\u003cYour Subspec Name\u003e/*.swift\"\n    \tss.frameworks   = [\"\u003cAny Required Modules\u003e\"]\n    end\n    ```\n4. Append an `ss.dependency` to `s.subspec` within the podspec file with the following format:\n\n    ```ruby\n    ss.dependency 'Swiftilities/\u003cYour Subspec Name\u003e'\n    ```\n\n5. Navigate to the example project directory and run `bundle exec pod update`\n\n## Requirements\n\n## Installation\n\nSwiftilities is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"Swiftilities\"\n```\n\n## Author\n\nRightpoint, opensource@rightpoint.com\n\n## Code of Conduct\nPlease read our contribution [Code of Conduct](./CONTRIBUTING.md).\n\n## License\n\nSwiftilities is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frightpoint%2Fswiftilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frightpoint%2Fswiftilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frightpoint%2Fswiftilities/lists"}