How do I create a CocoaPods podspec that has a dependency that exists outside of Specs?
This is not allowed from podspecs, because allowing so would make it next to impossible for other podspecs to define what package they depend on and/or other packages could break because of unexpected API differences. For instance, consider two pods that depend on AFNetworking, but one specifies an external source location (Pod A) while the … Read more