Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

RefdsShared is a collection of handy functions and extensions to facilitate Swift development. This package provides a variety of extensions for primitive types, date manipulation, and new components that can be easily integrated into other Swift projects

License

Notifications You must be signed in to change notification settings

rafaelesantos/refds-shared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

118 Commits

Repository files navigation

πŸ“¦ Refds Shared

CI

RefdsShared is a collection of handy functions and extensions to facilitate Swift development. This package provides a variety of extensions for primitive types, date manipulation, and new components that can be easily integrated into other Swift projects.

Features

  • Extensions for Primitive Types: Extensions for primitive types like String, Int, Double, etc., to add additional functionality and ease working with these types.
  • Date Manipulation: Functions to facilitate date manipulation, such as formatting, difference calculation, etc.
  • New Components: Custom components that can be easily integrated into user interfaces, such as new controls, custom views, etc.

Installation

Add this project to your Package.swift file.

import PackageDescription
let package = Package(
 dependencies: [
 .package(url: "https://github.com/rafaelesantos/refds-shared.git", branch: "main")
 ],
 targets: [
 .target(
 name: "YourProject",
 dependencies: [
 .product(
 name: "RefdsShared",
 package: "refds-shared"),
 ]),
 ]
)

About

RefdsShared is a collection of handy functions and extensions to facilitate Swift development. This package provides a variety of extensions for primitive types, date manipulation, and new components that can be easily integrated into other Swift projects

Topics

Resources

License

Stars

Watchers

Forks

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /