SachK13 / SKActivityIndicatorView

A lightweight And Easy-To-Use ActivityIndicator For Your iOS App.
MIT License
66 stars 21 forks source link

Did you updated cocoapods for Swift 4.2? #7

Closed shahdhiren closed 4 years ago

shahdhiren commented 5 years ago

I tried updating to cocoapod, but looks pod version is still old.

I used pod 'SKActivityIndicatorView' without any specific version and I received SKActivityIndicatorView (0.1.0) version.

gblock92 commented 5 years ago

Yes, I tried updating too and I'm also getting 0.1.0

shahdhiren commented 5 years ago

which version did you updated?

Gruppio commented 5 years ago

I think that @SachK13 did perform the update of the code but it forget to update the pod version in the .podspec file and push the pod to cocoapods repo :-)

TaimoorSaeed commented 5 years ago

Is there a way around that?

solariserj commented 5 years ago

@TaimoorSaeed SachK13 something mix in last commit. You can use previous commit for swift 4.2 like pod 'SKActivityIndicatorView' , :git => 'https://github.com/SachK13/SKActivityIndicatorView.git', :commit => 'bb0a954'

before @SachK13 fixed them

SachK13 commented 4 years ago

@shahdhiren @gblock92 @Gruppio @TaimoorSaeed @solariserj updated the podspec file with version 1.0.0 & code has been updated to support iOS 13 & above with Swift 5.x+.