Swiftpack.co - DuetHealth/Cordate as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by DuetHealth.
DuetHealth/Cordate 3.0.3
Give dates a special place in your ❤️
⭐️ 4
🕓 48 weeks ago
iOS
.package(url: "https://github.com/DuetHealth/Cordate.git", from: "3.0.3")

Cordate

Cordate is a small library which makes working with dates much smoother by adding commonly-used extensions, custom UI components, and more.

Usage

Installation

Swift Package Manager:

// swift-tools-version:5.0

import PackageDescription

let package = Package(
  name: "CordateTestProject",
  dependencies: [
    .package(url: "https://github.com/DuetHealth/Cordate.git", from: "3.0.3")
  ],
  targets: [
    .target(name: "CordateTestProject", dependencies: ["Cordate"])
  ]
)

Cocoapods: pod 'Cordate', '~> 3.0'. See Cordate.podspec for more information.

Carthage: github "DuetHealth/Cordate" ~> 3.0 && carthage update

Roadmap

  • Refactor calendar into a CalendarView class to enable greater reusability
  • Add light-weight DateFormatter wrapper
  • Rebuild ManualDateField using custom text logic

License

Bedrock is MIT-licensed. The MIT license is included in the root of the repository.

GitHub

link
Stars: 4
Last commit: 48 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

Cardio.3
48 weeks ago

Disables bitcode

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics