{"id":28531275,"url":"https://github.com/lessica/minidateview","last_synced_at":"2025-07-28T09:11:39.863Z","repository":{"id":62447817,"uuid":"54993147","full_name":"Lessica/MiniDateView","owner":"Lessica","description":"A mini date view that presents day-of-month, weekday, and month-of-year.","archived":false,"fork":false,"pushed_at":"2016-03-30T09:10:47.000Z","size":81,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-07T12:43:14.894Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/Lessica.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":"2016-03-29T16:46:59.000Z","updated_at":"2016-06-19T12:14:29.000Z","dependencies_parsed_at":"2022-11-01T23:07:13.853Z","dependency_job_id":null,"html_url":"https://github.com/Lessica/MiniDateView","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/Lessica/MiniDateView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lessica%2FMiniDateView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lessica%2FMiniDateView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lessica%2FMiniDateView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lessica%2FMiniDateView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lessica","download_url":"https://codeload.github.com/Lessica/MiniDateView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lessica%2FMiniDateView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267490949,"owners_count":24096082,"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-07-28T02:00:09.689Z","response_time":68,"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":"2025-06-09T15:10:08.094Z","updated_at":"2025-07-28T09:11:39.774Z","avatar_url":"https://github.com/Lessica.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MiniDateView\n\n[![CI Status](http://img.shields.io/travis/i_82/MiniDateView.svg?style=flat)](https://travis-ci.org/i_82/MiniDateView)\n[![Version](https://img.shields.io/cocoapods/v/MiniDateView.svg?style=flat)](http://cocoapods.org/pods/MiniDateView)\n[![License](https://img.shields.io/cocoapods/l/MiniDateView.svg?style=flat)](http://cocoapods.org/pods/MiniDateView)\n[![Platform](https://img.shields.io/cocoapods/p/MiniDateView.svg?style=flat)](http://cocoapods.org/pods/MiniDateView)\n\nA simple Chinese style mini date view.\n\n## Screenshot\n\n[![Preview](https://raw.githubusercontent.com/Lessica/MiniDateView/master/QQ20160330-0%402x.png)](https://raw.githubusercontent.com/Lessica/MiniDateView/master/QQ20160330-0%402x.png)\n\n## Usage\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n### Create\n```Objective-C\n  // Its width and height cannot be adjusted.\n  MiniDateView *dateView = [[MiniDateView alloc] initWithFrame:CGRectMake(100, 100, 0, 0)];\n  dateView.tintColor = [UIColor grayColor];\n  self.dateView = dateView;\n  [self.view addSubview:dateView];\n```\n\n### Redraw\n```Objective-C\n  // Refresh date\n  self.dateView.date = [[NSDate date] dateByAddingTimeInterval:86400];\n  [self.dateView setNeedsDisplay];\n```\n\n## Requirements\n\n- iOS SDK 9.0+\n- Xcode\n- Cocoapods\n- This spec needs ARC.\n\n## Installation\n\nMiniDateView is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"MiniDateView\"\n```\n\n## Author\n\ni_82, i.82@qq.com\n\n## License\n\nMiniDateView 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%2Flessica%2Fminidateview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flessica%2Fminidateview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flessica%2Fminidateview/lists"}