'Setting Variabile Podspec file

Good morning everyone, Within a project developed with Xcode, I imported a local library that is managed directly through the podfile.spec. However, the pointing of this folder is done in the following way:

pod 'library',: path => '../../externalproject/ios/framework/librarySDK/librarysdk.podspec'

Is it possible to make that pointing dynamic rather than static? Thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source