shu223 / Pulsator

Pulse animation for iOS
MIT License
1.42k stars 161 forks source link

Adding via SPM does not work in Xcode 11.3.1 #58

Closed igorkulman closed 4 years ago

igorkulman commented 4 years ago

Any reason the Package.swift starts with // swift-tools-version:5.2?

Because of this the package cannot be added via Xcode 11.3.1. I think there is nothing Swift 5.2. specific in the source code.

shu223 commented 4 years ago

@igorkulman Oh, I just didn't know. I just fixed it with // swift-tools-version:5.0!

igorkulman commented 4 years ago

Thanks