Orderella / PopupDialog

A simple, customizable popup dialog for iOS written in Swift. Replaces UIAlertController alert style.
http://www.mwfire.de
Other
3.96k stars 522 forks source link

Swift package manager #364

Open bbiguduk opened 3 years ago

bbiguduk commented 3 years ago

I modify and add the source (import UIKit / Package.swift) for Swift Package Manager.

bbiguduk commented 3 years ago

Please check this error. I don't know that why fail this test for snapshot. (DESTINATION="OS=12.2,name=iPhone X" SIMNAME="com.apple.CoreSimulator.SimDeviceType.iPhone-X, 12.2" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" POD_LINT="YES")

marcoboerner commented 2 years ago

Are there news on implementing this? SPM works fine with the current master branch, however without being tagged it's disallowed when using it as a dependency of another package.