Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift Package Manager support #12

Open
akshitzaveri opened this issue Jun 9, 2021 · 1 comment
Open

Swift Package Manager support #12

akshitzaveri opened this issue Jun 9, 2021 · 1 comment

Comments

@akshitzaveri
Copy link

No description provided.

@m1entus
Copy link

m1entus commented Nov 23, 2022

@shima11 Can you add it from our fork ? -> https://github.com/geneva/PinCodeInputView/blob/master/Package.swift

// swift-tools-version: 5.7
import PackageDescription

let package = Package(
    name: "PinCodeInputView",
    platforms: [
        .iOS(.v11)
    ],
    products: [
        .library(
            name: "PinCodeInputView",
            targets: ["PinCodeInputView"]
        )
    ],
    targets: [
        .target(
            name: "PinCodeInputView",
            path: "PinCodeInputView",
            exclude: [
                "PinCodeInputView/Info.plist",
                "PinCodeInputView/PinCodeInputView.h"
            ]
        )
    ]
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants