AladinWay / TransitionButton

UIButton sublass for loading and transition animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Package Manager

tradingstratagem opened this issue · comments

When I try to add the package using SPM Xcode throws the following error:
Screenshot 2019-10-05 at 17 18 57

Please add official support for swift package manager.

Not supported by latest Xcode:
Screenshot 2020-03-28 at 13 18 40

Thanks for reporting. I will take a look

Let's add error message in text instead of images for search engine ;-)

because TransitionButton >=0.2.0 contains incompatible tools version and root depends on TransitionButton 0.5.3..<1.0.0, version solving failed.

I forked, and tried to add branch master in a project:

package at 'https://github.com/openium/TransitionButton' @ b9ee2b83e38a1d725f185bb10fa1bc3073b23dd7 is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version:5.3' to specify the current tools version

So I move Source folder to be "SPM" default, and updated Package.swift on our fork