{"id":2280,"url":"https://github.com/LeonardoCardoso/SendIndicator","last_synced_at":"2025-08-02T23:32:43.607Z","repository":{"id":62455192,"uuid":"92926870","full_name":"LeonardoCardoso/SendIndicator","owner":"LeonardoCardoso","description":"Yet another task indicator","archived":true,"fork":false,"pushed_at":"2018-06-25T11:04:23.000Z","size":552,"stargazers_count":62,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-20T09:13:57.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://leocardz.com/sendindicator-f0542bcd99aa","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/LeonardoCardoso.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-05-31T09:04:19.000Z","updated_at":"2025-01-18T02:55:36.000Z","dependencies_parsed_at":"2022-11-02T00:00:38.903Z","dependency_job_id":null,"html_url":"https://github.com/LeonardoCardoso/SendIndicator","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/LeonardoCardoso/SendIndicator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCardoso%2FSendIndicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCardoso%2FSendIndicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCardoso%2FSendIndicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCardoso%2FSendIndicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LeonardoCardoso","download_url":"https://codeload.github.com/LeonardoCardoso/SendIndicator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LeonardoCardoso%2FSendIndicator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268472932,"owners_count":24255788,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-01-05T20:16:09.697Z","updated_at":"2025-08-02T23:32:43.298Z","avatar_url":"https://github.com/LeonardoCardoso.png","language":"Swift","funding_links":[],"categories":["UI","Swift","UI and SwiftUI"],"sub_categories":["Activity Indicator","Other free courses"],"readme":"## SendIndicator\n\n![showcase](Images/showcase.gif)\n\n[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/LeonardoCardoso/SendIndicator#requirements-and-details)\n[![CocoaPods](https://img.shields.io/badge/pod-v0.0.2-red.svg)](https://github.com/LeonardoCardoso/SendIndicator#cocoapods)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg)](https://github.com/LeonardoCardoso/SendIndicator#carthage)\n\n\u003e Yet another task indicator\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Usage](#usage)\n- [License](#license)\n\n## Requirements\n\n- iOS 8.0+\n- Swift 3.0+\n- Xcode 8.0+\n\n## Installation\n\n### CocoaPods\n\n[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:\n\n```bash\n$ gem install cocoapods\n```\n\n\u003e CocoaPods 1.1.0+ is required to build SendIndicator 0.0.2+.\n\nTo integrate SendIndicator into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\nsource 'https://github.com/CocoaPods/Specs.git'\nplatform :ios, '8.0'\nuse_frameworks!\n\npod 'SendIndicator', '~\u003e 0.0.2'\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n### Carthage\n\n[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that automates the process of adding frameworks to your Cocoa application.\n\nYou can install Carthage with [Homebrew](http://brew.sh/) using the following command:\n\n```bash\n$ brew update\n$ brew install carthage\n```\n\nTo integrate SendIndicator into your Xcode project using Carthage, specify it in your `Cartfile`:\n\n```ogdl\ngithub \"LeonardoCardoso/SendIndicator\" ~\u003e 0.0.2\n```\n\n### Manually\n\nIf you prefer not to use either of the aforementioned dependency managers, you can integrate SendIndicator into your project manually.\n\n## Usage\n\nYou can use a `SendIndicator` on [Storyboards](#storyboard) or, if you want to do it programatically, you can create it just like you create a UIView:\n\n```swift\nlet indicator = SendIndicator(frame: CGRect(x: 0, y: 0, width: 60, height: 35), palette: Palette(indicatorColor: .red)) // Choose a ration 12/7 for width/height\nself.parentView.addSubview(downloadButton)\n```\n```swift\nindicator.startAnimation()\n```\n```swift\nindicator.stopAnimation()\n``` \n\n### Storyboard\n\nLast but not least, you can customize `SendIndicator` properties right from Interface Builder or Storyboards. \n\n![storyboard](Images/storyboard.png)\n\n## License\n\nSendIndicator is released under the MIT license. See [LICENSE](https://github.com/LeonardoCardoso/SendIndicator/blob/master/LICENSE) for details.\n\n### Follow me for the latest updates\n\u003ca href=\"https://goo.gl/UC8B8o\"\u003e\u003cimg src=\"https://i.imgur.com/pac7UMq.png/\" width=\"179\" height=\"26\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeonardoCardoso%2FSendIndicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLeonardoCardoso%2FSendIndicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLeonardoCardoso%2FSendIndicator/lists"}