The project is in a healthy, maintained state
A CocoaPods plugin that adds --skip-podspec-validation to pod repo push.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.3
>= 0

Runtime

>= 1.10
 Project Readme

cocoapods-happyPush

A CocoaPods plugin that adds --skip-podspec-validation to pod repo push.

Installation

Install from RubyGems:

gem install cocoapods-happyPush

Install from local source:

gem build cocoapods-happyPush.gemspec
gem install ./cocoapods-happyPush-0.0.1.gem

Usage

pod repo push --skip-podspec-validation

Release

  1. Update version in lib/cocoapods-happyPush/gem_version.rb.
  2. Build gem:
gem build cocoapods-happyPush.gemspec
  1. Push to RubyGems:
gem push cocoapods-happyPush-<version>.gem