Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keith/cocoapods-unchanged-source
A CocoaPods plugin for assuming source repos are always outdated
https://github.com/keith/cocoapods-unchanged-source
Last synced: about 1 month ago
JSON representation
A CocoaPods plugin for assuming source repos are always outdated
- Host: GitHub
- URL: https://github.com/keith/cocoapods-unchanged-source
- Owner: keith
- License: mit
- Created: 2018-03-07T19:11:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T17:30:36.000Z (over 2 years ago)
- Last Synced: 2024-04-24T16:58:38.323Z (7 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cocoapods-unchanged-source
A small CocoaPods plugin for assuming specs source repos are always out
of date. This is a workaround for this issue:
https://github.com/CocoaPods/CocoaPods/issues/7447If you're using the official specs repo, this isn't recommended, since
the reason this check exists is to decreases the load on GitHub, and
avoids unnecessary `git pull`s. But if you're using a custom specs repo,
where the overhead of just doing a `git pull` isn't significant, this
can be useful.## Installation
```sh
$ gem install cocoapods-unchanged-source
```## Usage
In your `Podfile` add:
```ruby
plugin 'cocoapods-unchanged-source'
```