We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76733a9 commit ecf5909Copy full SHA for ecf5909
README.md
@@ -20,6 +20,11 @@ plugin 'cocoapods-developing-folder'
20
use_folders
21
```
22
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
+
28
#### import all local pods in specific folder
29
30
Use `folder` just like `pod` keyword. (In fact, they are just ruby functions)
0 commit comments