0.0
No commit activity in last 3 years
No release in over 3 years
A guard plugin for CocoaPods.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 10.0.0

Runtime

~> 1.8.1
 Project Readme

Guard::CocoaPods

A shameless ripoff of Guard::Bundler, but adapted for CocoaPods.

Install

Make sure you've got Guard installed beforehand. Then do one of these.

Command line version!

$ gem install guard-bundler

Gemfile version!

gem 'guard'
gem 'guard-cocoapods'

Then, run this command to add the guard definitions to your Guardfile.

$ guard init cocoapods

Usage

You'll want to consult the Guard readme for this.

Guardfile

guard 'cocoapods' do
  watch('Podfile')
end

If you want to read up more on Guard's DSL, check out the Guardfile DSL section of their readme.

Development

Want to add something! Open a pull request! I prefer feature-named branches if you're wanting to make any changes.

I haven't added any testing to this repo since I was in a blitz to make it, but if you want to go through and add test for me (apologies for my sloth and apathy), I would love you forever.

Authors