AwesomeMenu
AwesomeMenu copied to clipboard
Podspec source_files should not start with /
You need to remove the leading / in the source_files attribute of the podspec file.
It should be : spec.source_files = 'AwesomeMenu/AwesomeMenu/*'
instead of spec.source_files = '/AwesomeMenu/AwesomeMenu/*'
This causes the pod install to fail because the spec validation fails:
- ERROR | File Patterns: File patterns must be relative and cannot start with a slash (source_files).