{"id":19856967,"url":"https://github.com/johnvuko/jtmaterialspinner","last_synced_at":"2025-05-02T02:30:27.702Z","repository":{"id":35749286,"uuid":"40028442","full_name":"johnvuko/JTMaterialSpinner","owner":"johnvuko","description":"An iOS material design spinner view","archived":false,"fork":false,"pushed_at":"2021-11-15T20:08:27.000Z","size":185,"stargazers_count":129,"open_issues_count":2,"forks_count":21,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-06T21:02:33.505Z","etag":null,"topics":["ios","ios-animation","loader","material","material-design","spinner","swift"],"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/johnvuko.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":"2015-07-31T23:14:18.000Z","updated_at":"2025-03-24T00:05:46.000Z","dependencies_parsed_at":"2022-08-21T03:50:34.424Z","dependency_job_id":null,"html_url":"https://github.com/johnvuko/JTMaterialSpinner","commit_stats":null,"previous_names":["johnvuko/jtmaterialspinner"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2FJTMaterialSpinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2FJTMaterialSpinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2FJTMaterialSpinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2FJTMaterialSpinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnvuko","download_url":"https://codeload.github.com/johnvuko/JTMaterialSpinner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251972408,"owners_count":21673599,"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":["ios","ios-animation","loader","material","material-design","spinner","swift"],"created_at":"2024-11-12T14:17:05.603Z","updated_at":"2025-05-02T02:30:27.270Z","avatar_url":"https://github.com/johnvuko.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JTMaterialSpinner\n\n[![CI Status](http://img.shields.io/travis/jonathantribouharet/JTMaterialSpinner.svg)](https://travis-ci.org/jonathantribouharet/JTMaterialSpinner)\n![Version](https://img.shields.io/cocoapods/v/JTMaterialSpinner.svg)\n![License](https://img.shields.io/cocoapods/l/JTMaterialSpinner.svg)\n![Platform](https://img.shields.io/cocoapods/p/JTMaterialSpinner.svg)\n\nAn iOS material design spinner view.\n\n## Installation\n\nWith [CocoaPods](http://cocoapods.org/), add this line to your Podfile.\n\n    pod 'JTMaterialSpinner', '~\u003e 3.0'\n\n## Screenshots\n\n![Example](./Screens/example.gif \"Example View\")\n\n## Usage\n\n### Basic usage\n\n```swift\nimport UIKit\nimport JTMaterialSpinner\n\nclass ViewController: UIViewController {\n\n    var spinnerView = JTMaterialSpinner()\n\n    override func viewDidLoad() {\n        super.viewDidLoad()\n        \n        // Customize the line width\n        spinnerView.circleLayer.lineWidth = 2.0\n\n        // Change the color of the line\n        spinnerView.circleLayer.strokeColor = UIColor.orange.cgColor\n        \n        // Change the duration of the animation\n        spinnerView.animationDuration = 2.5\n    }\n\n    func loadSomething () {\n        spinnerView.beginRefreshing()\n        MyService.loadSomeData() { () -\u003e () in\n            spinnerView.endRefreshing()\n        }\n    }\n}\n\n```\n\n## Requirements\n\n- iOS 8.0 or higher\n- Swift 4.2\n\n## Author\n\n- [Jonathan VUKOVICH TRIBOUHARET](https://github.com/jonathantribouharet) ([@johnvuko](https://twitter.com/johnvuko))\n\n## License\n\nJTMaterialSpinner is released under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fjtmaterialspinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnvuko%2Fjtmaterialspinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fjtmaterialspinner/lists"}