How do I create a CocoaPods podspec that has a dependency that exists outside of Specs?

前端 未结 2 1532
小鲜肉
小鲜肉 2020-12-08 03:43

I have a public fork of a library that already exists in CocoaPods/Specs. In a Podfile, I can reference this forked pod by doing this:

pod \'CoolLibrary\', :         


        
2条回答
  •  时光说笑
    2020-12-08 04:21

    Dependencies are very simple, having only the ability to define the name and the version specifier of an Pod. They cannot be extended with the same extensions as a dependency in the Podfile.

提交回复
热议问题