Skip to content

Commit ecf5909

Browse files
committed
update readme
1 parent 76733a9 commit ecf5909

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ plugin 'cocoapods-developing-folder'
2020
use_folders
2121
```
2222

23+
If you don't want to create groups for top level folders (Local pods are usually grouped in the same folder):
24+
```ruby
25+
use_folders :skip_top_level_group => ["modules"]
26+
```
27+
2328
#### import all local pods in specific folder
2429

2530
Use `folder` just like `pod` keyword. (In fact, they are just ruby functions)

0 commit comments

Comments
 (0)