Misleading documentation for iOS cocoapods

Product: iOS SDK

Product Version: 9.5

Please give a brief summary of your issue:
Documentation example causes CocoaPods install error

Please describe your issue and provide steps to reproduce it:

Using this:

Adding this example to my Podfile:
pod ‘Apryse’, podspec: ‘pdftroncom/downloads/ios/cocoapods/xcframeworks/pdftron/9.5.0.81377.podspec’
pod ‘PDFTronTools’, podspec: ‘pdftroncom/downloads/ios/cocoapods/xcframeworks/pdftron-tools/9.5.0.81377.podspec’

Running:
pod install

Getting:
Fetching podspec for Apryse from pdftroncom/downloads/ios/cocoapods/xcframeworks/pdftron/9.5.0.81377.podspec
[!] The name of the given podspec PDFTron doesn’t match the expected one Apryse

Changing to:
pod ‘PDFTron’, podspec: ‘pdftroncom/downloads/ios/cocoapods/xcframeworks/pdftron/9.5.0.81377.podspec’
pod ‘PDFTronTools’, podspec: ‘pdftroncom/downloads/ios/cocoapods/xcframeworks/pdftron-tools/9.5.0.81377.podspec’

Installs fine.

P.S. I have broken podspec URLs because this support page did not allow to add more than 2 URLs for new users for some reason.

Hi there, thanks for letting us know about this issue on the documentation site. We will look into fixing the CocoaPods information.