Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/segiddins/cocoapods-amicable

A small CocoaPods plugin that moves the Podfile checksum to a file in the Sandbox, reducing merge conflicts for teams that don't commit their Pods directory.
https://github.com/segiddins/cocoapods-amicable

cocoapods cocoapods-plugin ios xcode

Last synced: 10 days ago
JSON representation

A small CocoaPods plugin that moves the Podfile checksum to a file in the Sandbox, reducing merge conflicts for teams that don't commit their Pods directory.

Awesome Lists containing this project

README

        

# cocoapods-amicable

A small CocoaPods plugin that moves the Podfile checksum to a file in the Sandbox,
reducing merge conflicts for teams that don't commit their Pods directory.

## Installation

$ gem install cocoapods-amicable

## Usage

```ruby
# Podfile

plugin 'cocoapods-amicable'
```