README.md in cocoapods-developing-folder-0.5.1 vs README.md in cocoapods-developing-folder-0.5.2
- old
+ new
@@ -26,9 +26,15 @@
```ruby
local_pod "Evangelion" # no need for `:path => "modules/Evangelion"`
```
+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"
+```
+
#### 🔸 Import all local pods in specific folder
Use `folder` just like `pod` keyword. (In fact, they are just ruby functions)