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
- Ben Kreeger
- Many thanks to Yann Lugrin for
guard-bundler
- Many thanks to Soroush Khanlou for the inspiration