pod查看三方库版本

5,295 阅读1分钟

方式1

1 pod install --verbose --no-repo-update

方式2 1 cat Podfile.lock

方式3 1 Podfile.lock 文件的后缀名改为 ".txt",就可以查看所有第三方库的版本