【发布时间】:2016-01-24 18:40:29
【问题描述】:
当我运行 pod install 时,我看到安装的库没有在 Podfile 中指定。大概这些是指定库的依赖项。如何找出 Podfile 中的哪个库导致安装特定库?
例如,我的 Podfile 中没有指定 PureLayout,我想知道我的 Podfile 中有什么导致它被安装。
Analyzing dependencies
Downloading dependencies
Installing AFNetworking (2.6.3)
Installing Bolts (1.6.0)
Installing CocoaLumberjack (2.2.0)
Installing PureLayout (3.0.1)
【问题讨论】: