{"id":15028719,"url":"https://github.com/skywinder/gaugekit","last_synced_at":"2025-05-16T06:04:19.879Z","repository":{"id":56912611,"uuid":"37714997","full_name":"skywinder/GaugeKit","owner":"skywinder","description":"Kit for building custom gauges + easy reproducible Apple's style ring gauges.","archived":false,"fork":false,"pushed_at":"2022-04-10T17:09:05.000Z","size":9540,"stargazers_count":1025,"open_issues_count":2,"forks_count":100,"subscribers_count":35,"default_branch":"master","last_synced_at":"2024-10-29T17:51:08.220Z","etag":null,"topics":["carthage","cocoapods","gauge","gauge-plugin","gaugekit","gauges","graphics","ios-sdk","swift"],"latest_commit_sha":null,"homepage":"https://www.cocoacontrols.com/controls/gaugekit","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/skywinder.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"ko_fi":"skywinder","open_collective":"gaugekit","patreon":"skywinder"}},"created_at":"2015-06-19T09:59:47.000Z","updated_at":"2024-09-27T10:52:04.000Z","dependencies_parsed_at":"2022-08-21T03:20:24.195Z","dependency_job_id":null,"html_url":"https://github.com/skywinder/GaugeKit","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywinder%2FGaugeKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywinder%2FGaugeKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywinder%2FGaugeKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skywinder%2FGaugeKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skywinder","download_url":"https://codeload.github.com/skywinder/GaugeKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247867362,"owners_count":21009240,"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":["carthage","cocoapods","gauge","gauge-plugin","gaugekit","gauges","graphics","ios-sdk","swift"],"created_at":"2024-09-24T20:08:57.014Z","updated_at":"2025-04-08T15:14:16.188Z","avatar_url":"https://github.com/skywinder.png","language":"Swift","funding_links":["https://ko-fi.com/skywinder","https://opencollective.com/gaugekit","https://patreon.com/skywinder","https://opencollective.com/GaugeKit/organization/0/website","https://opencollective.com/GaugeKit/organization/1/website","https://opencollective.com/GaugeKit/organization/2/website","https://opencollective.com/GaugeKit/organization/3/website","https://opencollective.com/GaugeKit/organization/4/website","https://opencollective.com/GaugeKit/organization/5/website","https://opencollective.com/GaugeKit/organization/6/website","https://opencollective.com/GaugeKit/organization/7/website","https://opencollective.com/GaugeKit/organization/8/website","https://opencollective.com/GaugeKit/organization/9/website"],"categories":[],"sub_categories":[],"readme":"[![Version](https://img.shields.io/cocoapods/v/GaugeKit.svg?style=flat)](http://cocoapods.org/pods/GaugeKit)\n[![Build Status](https://travis-ci.org/skywinder/GaugeKit.svg)](https://travis-ci.org/skywinder/GaugeKit)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n![language](https://img.shields.io/badge/Language-%20Swift%20-orange.svg)\n[![License](https://img.shields.io/cocoapods/l/GaugeKit.svg?style=flat)](http://cocoapods.org/pods/GaugeKit)\n[![Platform](https://img.shields.io/cocoapods/p/GaugeKit.svg?style=flat)](http://cocoapods.org/pods/GaugeKit)\n\n\u003cimg src=\"https://raw.githubusercontent.com/skywinder/GaugeKit/master/Images/GK.PNG\" width=\"200\"\u003e\n\n# GaugeKit\n##Kit for building custom gauges + easy reproducible Apple's style ring gauges.\n\n\u003cimg src=\"https://raw.githubusercontent.com/skywinder/GaugeKit/master/Images/appleFitness.png\" width=\"250\"\u003e\n-\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/skywinder/GaugeKit/master/Images/gauge.gif\" width=\"200\"\u003e\n\n\n\n## Example Usage\n\nOpen `GaugeKit.xcworkspace` and change the scheme to 'Example' and run Example project.\n\n## Installation\n\n### CocoaPods\n\n[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects.\n\nGaugeKit is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\nsource 'https://github.com/CocoaPods/Specs.git'\nplatform :ios, '8.0'\nuse_frameworks!\n\npod \"GaugeKit\"\n```\n\n### Carthage\n\nTo integrate GaugeKit into your Xcode project using Carthage, specify it in your `Cartfile`:\n\n```ogdl\ngithub \"skywinder/GaugeKit\" \u003e= 0.2\n```\n\n\n#### Embedded Framework\n\nAdd GaugeKit as a [submodule](http://git-scm.com/docs/git-submodule) by opening the Terminal, `cd`-ing into your top-level project directory, and entering the following command:\n\n```bash\n$ git submodule add https://github.com/skywinder/GaugeKit.git\n```\n\n### Manually\n\nIf you prefer not to use either of the aforementioned dependency managers, you can simply add swift files into your project manually.\n\n\n## Features :sparkles:\n\n- Flexible and high-customizible gauges\n- Auto-resized views\n- Support `@IBInspectable` \u0026 `@IBDesignable`\n- Written with vanilla `Swift` flavor :baby_chick:\n\n## Usage :rainbow:\n\n- Put on storyboard `UIView`, and set them class `Gauge` and module `GaugeKit`:\n\n![GaugeKit](https://raw.githubusercontent.com/skywinder/GaugeKit/master/Images/IB_class.png)\n\n- Select type of gauge (property `type` in class or `gaugeTypeInt` for changes directly in Interface builder)\n\n       - case `Circle`\n       - case `Left`\n       - case `Right`\n       - case `Line`\n\n##Example:\n\n![GaugeKit](https://raw.githubusercontent.com/skywinder/GaugeKit/master/Images/GaugeKit_sreenshot.png)\n![GaugeKit](https://raw.githubusercontent.com/skywinder/GaugeKit/master/Images/SWGauge_example.gif)\n\n###IB Example:\n\n![GaugeKit](https://raw.githubusercontent.com/skywinder/GaugeKit/master/Images/ib_example_1.gif)\n\n## Requirements\n\n- iOS SDK **7.0** or **later** (iOS SDK **8.0** if you use it as a Framework)\n- **Swift 1.2** and **Xcode 6.3** or later\n- **Swift 2.x.x** is also supported!\n\n## Communication :speaker:\n\nBug reports, feature requests, patches, well-wishes are always welcome!\n\n- If you need help, [open an issue](https://github.com/skywinder/GaugeKit/issues/new).\n- If you found a bug, [open an issue](https://github.com/skywinder/GaugeKit/issues/new).\n- If you have a feature request, [open an issue](https://github.com/skywinder/GaugeKit/issues/new).\n- If you want to contribute, see [Contributing](https://github.com/skywinder/GaugeKit#contributing-octocat) section.\n\n## Contributing :octocat:\nI'd love to see your ideas for improving this library.\n\nThe best way to contribute is by submitting a pull request.\n\n## Contributors\n\n### Code Contributors\n\nThis project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].\n\u003ca href=\"https://github.com/skywinder/GaugeKit/graphs/contributors\"\u003e\u003cimg src=\"https://opencollective.com/GaugeKit/contributors.svg?width=890\u0026button=false\" /\u003e\u003c/a\u003e\n\n\u003ca href=\"https://opencollective.com/GaugeKit/organization/0/website\"\u003e\u003cimg src=\"https://opencollective.com/GaugeKit/organization/0/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/GaugeKit/organization/1/website\"\u003e\u003cimg src=\"https://opencollective.com/GaugeKit/organization/1/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/GaugeKit/organization/2/website\"\u003e\u003cimg src=\"https://opencollective.com/GaugeKit/organization/2/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/GaugeKit/organization/3/website\"\u003e\u003cimg src=\"https://opencollective.com/GaugeKit/organization/3/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/GaugeKit/organization/4/website\"\u003e\u003cimg src=\"https://opencollective.com/GaugeKit/organization/4/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/GaugeKit/organization/5/website\"\u003e\u003cimg src=\"https://opencollective.com/GaugeKit/organization/5/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/GaugeKit/organization/6/website\"\u003e\u003cimg src=\"https://opencollective.com/GaugeKit/organization/6/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/GaugeKit/organization/7/website\"\u003e\u003cimg src=\"https://opencollective.com/GaugeKit/organization/7/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/GaugeKit/organization/8/website\"\u003e\u003cimg src=\"https://opencollective.com/GaugeKit/organization/8/avatar.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/GaugeKit/organization/9/website\"\u003e\u003cimg src=\"https://opencollective.com/GaugeKit/organization/9/avatar.svg\"\u003e\u003c/a\u003e\n\n## License\n\nGaugeKit 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%2Fskywinder%2Fgaugekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskywinder%2Fgaugekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskywinder%2Fgaugekit/lists"}