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

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: 6 months 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'
```