Skip to content

Commit

Permalink
Fix instructions in comment of podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Huxpro committed Dec 11, 2020
1 parent ae3597e commit 22af9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hermes-engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 22af9a3

Please sign in to comment.