I'm having my own cocoapod which is wrapper to C++ library, so it can't be used without having per-architect shared library. I'd prefer to add *.a
in the project that is using this cocoapod so cocoapod obviously fails at linking while linting. How can i push podspec to my private repo skipping lint?
Pod Repo Push ActionAdd podspec to your private repo on tag event. The action will automatically update the podspec version based on the tag name using the version_bump_podspec action from Fastlane.
When I need to do that I perform the following steps:
Open the CocoaPods script file with a text editor:
❯ atom /Library/Ruby/Gems/2.0.0/gems/cocoapods-trunk-1.2.0/lib/pod/command/trunk/push.rb
Comment the validating line:
Don't forget to undo the change. If the project maintainers do not add a flag for this, they have their reasons.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With