README.md in cocoapods-developing-folder-0.5.2 vs README.md in cocoapods-developing-folder-0.5.3

- old
+ new

@@ -30,9 +30,11 @@ It will search your project root path. If you want smaller or larger search range, set `local_pod_searching_root`, e.g. ``` ruby # in the podfile local_pod_searching_root "../Libs" +# Array is also supported. +# local_pod_searching_root ["../Libs", "../../modules"] ``` #### 🔸 Import all local pods in specific folder Use `folder` just like `pod` keyword. (In fact, they are just ruby functions)