We have podspec file in the project and I wanted to include PDFTron as dependency spec.
Below is the way i'm adding third party libraries as dependencies in podspec file.
-------podspec file--------------------------------------
s.dependency 'SSZipArchive'
s.dependency "SVGKit", "~> 2.1.1"
s.dependency "GoogleMLKit/TextRecognition"
---------------------------------------------------------
PDFTron iOS document provided below formate to download SDK using cocoapods.
pod 'PDFNet', podspec: 'https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec'
When we add above line in podfile no issue, but when we add in the podspec facing below issue.
Can any one help me how can we add .podspec path as dependency in another .podspec file.
Thanks in advance.