Skip to content

Instantly share code, notes, and snippets.

@qy1010
Created November 28, 2019 03:36
Show Gist options
  • Save qy1010/607dee8d5b3df6e55071065bfc23a9c2 to your computer and use it in GitHub Desktop.
Save qy1010/607dee8d5b3df6e55071065bfc23a9c2 to your computer and use it in GitHub Desktop.
//一级指定本地pod文件
//:path => 指定本地路径
pod 'XXSdk',:path => 'XXSdkLib'
//2级本地pod
pod 'Gonfig',:path => '../Gonfig'
//demo使用第二级pod
pod 'A',:path => 'A podspec 文件夹'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment