change .podspec file tag => "#{s.version}" } to tag => "v#{s.version}" } "v" have forget to add lead pod failure
change .podspec file
tag => "#{s.version}" }
to
tag => "v#{s.version}" }
"v" have forget to add lead pod failure