Closed Jiropole closed 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! 😉
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
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?