Emphasize the need for ///

Fixes #45113

PiperOrigin-RevId: 344231619
Change-Id: I8638a707a8df0f905a6cd3428275cdd1ae091011
This commit is contained in:
Mark Daoust 2020-11-25 04:54:06 -08:00 committed by TensorFlower Gardener
parent 684cec69db
commit cfe685d812

View File

@ -125,7 +125,8 @@ You can set up a private CocoaPods specs repository, and publish your custom
...
s.version = <your_desired_version_tag>
...
s.source = { :http => "file://<path_to_TensorFlowLiteC_framework.zip>" }
# Note the `///`, two from the `file://` and one from the `/path`.
s.source = { :http => "file:///path/to/TensorFlowLiteC_framework.zip" }
...
s.vendored_frameworks = 'TensorFlowLiteC.framework'
...