podspec with dependency to another ios framework project
问题 I had developed a swift farmework to share with other developers(Lets name it B). This framework is using another ios framework project that I created recently with objective-c (lets name it A). Now, I want to share framework B with cocoa pod . I wondering how should I link these two project in the podspec file. Does I need to share both of them with pod ? or is there any other solution that just share project B? 回答1: I was having same question when I was trying to create a swift framework