推送到 cocoapods 会出现错误 `resource_bundles`

Pushing to cocoapods get an error `resource_bundles`

将代码推送到 GitHub 后,执行下一步以推送到 Cocoapods:

git tag 0.1.1git push origin 0.1.1一切正常,

但是当执行将 .podspec 文件推送到 Cocoapods 时 pod trunk push ASAutoResizingTextView.podspec 得到下一个错误

为了解决这个问题,我只是在 .podspec 文件中评论下一个

#s.resource_bundles = {
#'ASAutoResizingTextView' => ['Pod/Assets/*.png']
#}