Skip to content

2.7.2 for Swift Package

Compare
Choose a tag to compare
@Wei18 Wei18 released this 30 Jan 04:35
· 48 commits to develop since this release
04f1502

What's Changed

New Contributors

Full Changelog: 2.7.1...2.7.2

Installation:

// Package.swift
dependencies: [
    .package(url: "https://github.com/wei18/github-rest-api-swift-openapi.git", from: "2.7.2"),
]
targets: [
    .target(
        name: "YouTarget",
        dependencies: [
            .product(name: "ActionSheetPicker-3.0", package: "ActionSheetPicker-3.0")
        ]
    ),
]
// Usage.swift
import CoreActionSheetPicker

or ref https://github.com/skywinder/ActionSheetPicker-3.0?tab=readme-ov-file#swift-package-manager