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.
- Host: GitHub
- URL: https://github.com/segiddins/cocoapods-amicable
- Owner: segiddins
- License: mit
- Created: 2018-02-14T21:17:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T19:42:53.000Z (over 2 years ago)
- Last Synced: 2025-08-09T20:18:38.710Z (7 months ago)
- Topics: cocoapods, cocoapods-plugin, ios, xcode
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 35
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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'
```