I'm facing this issue when I try to update or install pod
**[!] CocoaPods could not find compatible versions for pod "SKActivityIndicatorView":
In Podfile:
SKActivityIndicatorView (~> 1.0.0)
None of your spec sources contain a spec satisfying the dependency: SKActivityIndicatorView (~> 1.0.0).
You have either:
- out-of-date source repos which you can update with
pod repo update or with pod install --repo-update.
- mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.**
I'm facing this issue when I try to update or install pod
**[!] CocoaPods could not find compatible versions for pod "SKActivityIndicatorView":
In Podfile:
SKActivityIndicatorView (~> 1.0.0)
None of your spec sources contain a spec satisfying the dependency:
SKActivityIndicatorView (~> 1.0.0).You have either:
pod repo updateor withpod install --repo-update.