{"id":28159761,"url":"https://github.com/tymate/tymate-swift-extensions","last_synced_at":"2026-06-30T20:31:50.506Z","repository":{"id":80653459,"uuid":"195842673","full_name":"tymate/tymate-swift-extensions","owner":"tymate","description":"Useful functions and extensions that are often use in swift projects","archived":false,"fork":false,"pushed_at":"2019-07-19T13:48:06.000Z","size":305,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-29T08:13:38.498Z","etag":null,"topics":[],"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/tymate.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,"zenodo":null}},"created_at":"2019-07-08T15:43:06.000Z","updated_at":"2019-10-29T16:52:15.000Z","dependencies_parsed_at":"2023-03-12T11:46:50.129Z","dependency_job_id":null,"html_url":"https://github.com/tymate/tymate-swift-extensions","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/tymate/tymate-swift-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tymate%2Ftymate-swift-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tymate%2Ftymate-swift-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tymate%2Ftymate-swift-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tymate%2Ftymate-swift-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tymate","download_url":"https://codeload.github.com/tymate/tymate-swift-extensions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tymate%2Ftymate-swift-extensions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34983170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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-05-15T10:11:36.467Z","updated_at":"2026-06-30T20:31:50.502Z","avatar_url":"https://github.com/tymate.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TymateSwiftExtensions\n\n[![Platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20tvOS%20%7C%20macOS%20%7C%20watchOS-lightgrey.svg)](https://github.com/tymate/tymate-swift-extensions)\n[![Swift](https://img.shields.io/badge/Swift-5.0-orange.svg)](https://swift.org)\n[![Xcode](https://img.shields.io/badge/Xcode-10.2-blue.svg)](https://developer.apple.com/xcode)\n[![MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)\n\nThis pod have some useful functions and extensions that are often use in swift projects\nFor example you can check if a string is a valid email easily or design an imageView in circle\n\n## String Extensions\n\n```swift\nfunc isValidEmail() -\u003e Bool {}\n\nfunc isUrl() -\u003e Bool {}\n\nfunc cleanUrl() -\u003e String {}\n\nfunc phoneCall() {}\n\nfunc mailTo() {}\n\nfunc capitalizeFirstLetter() -\u003e String {}\n\nfunc toNumber() -\u003e NSNumber? {}\n\nfunc toFloat() -\u003e Float {}\n\nfunc toDouble() -\u003e Double {}\n\nfunc isEqualToZero() -\u003e Bool {}\n```\n\n## DateFormatter Extensions\n\n```swift\nstatic var rails: String {}\n```\n\n## UIImageView Extensions\n\n```swift\nfunc loadImage(withUrl url: String?, andPlaceHolder placeHolder: UIImage? = nil, preloadWithPlaceHolder: Bool = true) {}\n\nfunc designRounded(radius: Int) {}\n\nfunc designCircle() {}\n```\n\n## UIViewController Extensions\n\n```swift\nfunc showToast(title: String, subtitle: String? = nil, image: UIImage? = nil, duration: TimeInterval = 3, position: ToastPosition = .bottom, view: UIView? = nil) {}\n```\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 0.39.0+ is required to build TymateSwiftExtensions 0.0.1+.\n\nTo integrate Extensions into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\nsource 'https://github.com/tymate/tymate-swift-extensions.git'\n\nuse_frameworks!\n\npod 'TymateSwiftExtensions'\n```\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n## Contributing\n\n  - 1) Fork this repository!\n  - 2) Create your feature branch: ```git checkout -b Your-New-Feature```\n  - 3) Commit your changes: ```git commit -am 'Adding some super awesome update'```\n  - 4) Push to the branch: ```git push origin Your-New-Feature```\n  - 5) Submit a pull request!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftymate%2Ftymate-swift-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftymate%2Ftymate-swift-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftymate%2Ftymate-swift-extensions/lists"}