0.0
No commit activity in last 3 years
No release in over 3 years
CocoaPods plugin for automatic `git clone`
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
 Project Readme

cocoapods-src

cocoapods-src is a CocoaPods plugin for automatic git clone.

This rubygem is inspired by amatsuda/gem-src.

Installation

$ gem install cocoapods-src

Usage

$ pod install

After pod install, automatically git clone POD_SOURCE ~/.cocoapods/src/POD_NAME will be run.

ghq

You can download sources using ghq command (motemen/ghq) instead of git clone. If you like to do it, add ~/.podrc, ~/.cocoapods/.podrc, or ./.podrc, and add a configuration like this.

cocoapods-src_use_ghq: true

Contribution

  1. Fork
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

cocoapods-src is available under the MIT license. See the LICENSE file for more info.

Author

naoty