{"id":19794490,"url":"https://github.com/wyanassert/wyutils","last_synced_at":"2025-05-01T02:31:05.398Z","repository":{"id":56927150,"uuid":"159097398","full_name":"wyanassert/WYUtils","owner":"wyanassert","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-28T12:03:15.000Z","size":1124,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-17T21:24:25.645Z","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/wyanassert.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-26T02:17:34.000Z","updated_at":"2024-09-01T16:46:49.000Z","dependencies_parsed_at":"2024-06-28T09:05:59.666Z","dependency_job_id":"fc424ade-c255-4518-bf12-34de6d749aaa","html_url":"https://github.com/wyanassert/WYUtils","commit_stats":null,"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYUtils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYUtils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYUtils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wyanassert%2FWYUtils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wyanassert","download_url":"https://codeload.github.com/wyanassert/WYUtils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251812319,"owners_count":21647885,"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-12T07:13:25.784Z","updated_at":"2025-05-01T02:31:04.786Z","avatar_url":"https://github.com/wyanassert.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WYUtils\n\n[![Version](https://img.shields.io/cocoapods/v/WYUtils.svg?style=flat)](https://cocoapods.org/pods/WYUtils)\n[![License](https://img.shields.io/cocoapods/l/WYUtils.svg?style=flat)](https://cocoapods.org/pods/WYUtils)\n[![Platform](https://img.shields.io/cocoapods/p/WYUtils.svg?style=flat)](https://cocoapods.org/pods/WYUtils)\n\n### Run Example\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n```\ngit clone https://github.com/wyanassert/WYUtils\ncd Example/\npod install\nopen WYUtils.xcworkspace\n```\n\n### Installation\n\nWYUtils is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```\npod 'WYUtils'\n```\n\n### Overview\n```\n── WYUtils\n── Macro\n   ── WYMacroHeader\n   ── WYSerializeKit\n── NSData\n   ── NSData+WYBase64\n   ── NSData+WYEncrypt\n   ── NSData+WYHexString\n   ── NSData+WYUtils\n── NSDate\n   ── NSDate+WYExtension\n   ── NSDate+WYUtils\n── NSObject\n   ── NSObject+WYUtils\n   ── WYNumberConvert\n── NSOperation\n   ── WYSyncOperation\n   ── WYSyncTaskManager\n   ── WYSyncToken\n── NSString\n   ── NSString+WYBase64\n   ── NSString+WYDecimal\n   ── NSString+WYEncrypt\n   ── NSString+WYHighLightColor\n   ── NSString+WYMd5\n   ── NSString+WYSuffix\n   ── NSString+WYURLEncode\n   ── NSString+WYUtils\n── UIColor\n   ── UIColor+WYHexString\n   ── UIColor+WYUtils\n── UIDevice\n   ── UIDevice+WYUtils\n── UIFont\n   ── UIFont+WYAllFonts\n   ── UIFont+WYUtils\n── UIImage\n   ── UIImage+WYBlur\n   ── UIImage+WYCache\n   ── UIImage+WYColor\n   ── UIImage+WYMask\n   ── UIImage+WYOrientation\n   ── UIImage+WYShrink\n   ── UIImage+WYSpilteNine\n   ── UIImage+WYUtils\n── UILabel\n   ── UILabel+WYUtils\n   ── WYBorderLabel\n── UINavigationBar\n   ── UINavigationBar+WYBottomBorderColor\n   ── UINavigationBar+WYUtils\n── UIView\n   ── UIView+WYCorner\n   ── UIView+WYGestureRecognizer\n   ── UIView+WYRenderImage\n   ── UIView+WYSubView\n   ── UIView+WYUtils\n   ── WYDisplayImageView\n   ── WYExchangeWidgetView\n   ── WYMaskView\n   ── WYNotHintView\n   ── WYPageControl\n   ── WYStickerView\n```\n\n### Extra \nBecause some code may require for System permissions such as Camera roll, so I place these code in Gist.\n\n* [Share \u0026 Save ](https://gist.github.com/wyanassert/a01f693a49efaf15020d940803528c71)\n* [UIImagePicker](https://gist.github.com/wyanassert/b098c5c2849492c6b1dab9d391598952)\n\n### Author\n\nwyanassert, wyanassert@gmail.com\n\n### License\n\nWYUtils 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%2Fwyanassert%2Fwyutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyanassert%2Fwyutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyanassert%2Fwyutils/lists"}