shu223 / Pulsator

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

Won't compile on Swift 4.2 #44

Closed 15458434 closed 5 years ago

15458434 commented 6 years ago

I'm getting compile issues when trying to compile this on Swift 4.2. I have a fix ready, but can't create a branch on the repo. Can you fix that?

Ashotych commented 6 years ago

Same issue..

sean-howard commented 6 years ago

Just opened https://github.com/shu223/Pulsator/pull/45 for this.

15458434 commented 6 years ago

Too bad... I've already created my own version of CAReplicatorLayer that does exactly this. I'll post the source code later on.

shu223 commented 6 years ago

I've merged the PR for Swift 4.2 support, but can't push the new podspec for now with a validation error for this problem. Seems to need to wait for a new version of CocoaPods. I'm sorry for the inconvenience.

tapannathvani commented 6 years ago

I am facing the same issue.. Can i know when you are going to update the pod ?

alexpersian commented 6 years ago

To get around this issue for the time being you can use this in your podfile instead.

pod 'Pulsator', :git => 'https://github.com/shu223/Pulsator.git', :tag => '0.5.3'

talezion commented 5 years ago

@shu223 Any plans for releasing Swift 4.2? As a tag will not work, as I am using it as a dependency in my podspec. 0.5.3 is not recognised.

shu223 commented 5 years ago

I've just published the podspec for 0.5.3 on CocoaPods! I'm sorry for this late release.