i separated the networkLayer and DatabaseLayer in my project into different development pods , i faced an issue where the networkLayer is dependent on a class that exists in my main target
i tried editing the podspec of the networkLayer where i put the directory of that class , but still it doesn't recognize it
is it doable ?