Please add a tag to the most recent commit, so I can update the CocoaPod podspec file to point to it.
Seems there is a bug in the CocoaPods trunk push command, that doesn't let me update the pod, even though I use the --allow-warnings option.
ilja$ pod trunk push --allow-warnings
[!] Found podspec `MACollectionUtilities.podspec.json`
Validating podspec
-> MACollectionUtilities (0.1.0)
- WARN | [source] Git sources should specify a tag.
[!] The Pod Specification did not pass validation.
Please add a tag to the most recent commit, so I can update the CocoaPod podspec file to point to it.
Seems there is a bug in the CocoaPods trunk push command, that doesn't let me update the pod, even though I use the
--allow-warningsoption.