Esqarrouth / EZLoadingActivity

:hatching_chick: Lightweight Swift loading activity for iOS7+
MIT License
607 stars 82 forks source link

Swift 3 issue #34

Closed Jiropole closed 8 years ago

Jiropole commented 8 years ago

I see commits 3 days ago that indicate Swift 3 support. But, I get 40 compiler errors when I include your pod: basic pre-Swift 3 stuff like "NSTimeInterval has been renamed to "TimeInterval". I've cleaned the pod cache, reinstalled. Can you help me?

lfarah commented 8 years ago

Hey @Jiropole, we're still having some problems on sending to CocoaPods, so please use this:

 pod 'EZLoadingActivity', :git => 'https://github.com/goktugyil/EZLoadingActivity.git'

Let me know if you need anything else! 😉

Esqarrouth commented 8 years ago

Just created the new version with it. Heres how to install it with cocoapods:

pod 'EZLoadingActivity' #Stable release for Swift 3.0

pod 'EZLoadingActivity', :git => 'https://github.com/goktugyil/EZLoadingActivity.git' #Latest release for Swift 3.0
pod 'EZLoadingActivity', '~> 0.8' #For Swift 2.2