Ecosyste.ms: Awesome
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: 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.
- Host: GitHub
- URL: https://github.com/segiddins/cocoapods-amicable
- Owner: segiddins
- License: mit
- Created: 2018-02-14T21:17:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T19:42:53.000Z (over 1 year ago)
- Last Synced: 2024-10-13T14:13:28.378Z (24 days ago)
- Topics: cocoapods, cocoapods-plugin, ios, xcode
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 33
- Watchers: 5
- 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
# Podfileplugin 'cocoapods-amicable'
```