diff --git a/hermes-engine.podspec b/hermes-engine.podspec index 5d16e7a4439..548c6d0df3b 100644 --- a/hermes-engine.podspec +++ b/hermes-engine.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| spec.homepage = "https://hermesengine.dev" spec.license = { type: "MIT", file: "LICENSE" } spec.author = "Facebook" - # This env var should be supplied with a CDN URL for hermes-engine-darwin.tgz on the Github releases before pod push. + # This env var should be supplied with a CDN URL for hermes-runtime-darwin.tgz on the Github releases before pod push. # The podspec would be serialized to JSON and people will download prebuilt binaries instead of the source. spec.source = ENV['hermes-artifact-url'] ? { http: ENV['hermes-artifact-url'] } : { git: "https://github.com/facebook/hermes.git", tag: "v#{spec.version}" } spec.platforms = { :osx => "10.13", :ios => "10.0" }