ios - How to install Eureka version 3 -
how install version 3, not in cocoapods. pod file
source 'https://github.com/cocoapods/specs.git' platform :ios, '9.0' target 'project' use_frameworks! pod 'eureka', '~> 3.0' end
the result of command pod install
analyzing dependencies [!] unable satisfy following requirements:
eureka (~> 3.0)
requiredpodfile
none of spec sources contain spec satisfying dependency:
eureka (~> 3.0)
.you have either: * out-of-date source repos can update
pod repo update
. * mistyped name or version. * not added source repo hosts podspec podfile.note: of cocoapods 1.0,
pod repo update
not happen onpod install
default.
i understand repository not updated in cocoa pods? do?
Comments
Post a Comment