Is the heuristic CocoaPods uses for the “pod try” command documented anywhere?
In CocoaPods v.0.29, the 'pod try' command was added (see http://blog.cocoapods.org/CocoaPods-0.29/ ). From the documentation (bold emphasis mine): In other words the command automates the following steps: Checkout the source of the Pod in a temporary directory. Search for any project looking like a demo project using some simple heuristics . Install any CocoaPods dependencies if needed by the located project. Open the workspace/project in Xcode. I've searched both Google and StackOverflow and have not been able to find any documentation about the specific heuristics that CocoaPods uses to