cocoapods-happyPush
A CocoaPods plugin that adds --skip-podspec-validation to pod repo push.
Installation
Install from RubyGems:
gem install cocoapods-happyPushInstall from local source:
gem build cocoapods-happyPush.gemspec
gem install ./cocoapods-happyPush-0.0.1.gemUsage
pod repo push --skip-podspec-validationRelease
- Update version in
lib/cocoapods-happyPush/gem_version.rb. - Build gem:
gem build cocoapods-happyPush.gemspec- Push to RubyGems:
gem push cocoapods-happyPush-<version>.gem