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

https://github.com/orta/cocoapods-expert-difficulty

Make your CocoaPods experience even harder, by ignoring platforms from lib authors
https://github.com/orta/cocoapods-expert-difficulty

Last synced: about 1 year ago
JSON representation

Make your CocoaPods experience even harder, by ignoring platforms from lib authors

Awesome Lists containing this project

README

          

# CocoaPods Expert Difficulty

Is forcing everyone to update to `watchOS` or `tvOS` getting you down? Well now you can say "screw you CocoaPods, I know what I'm doing". Then CocoaPods will allow you to use any pod on any platform.

This can break things. Obviously. So, err, use it for hacking, then do it properly.

## Installation

Use a Gemfile. [Here's a guide](http://guides.cocoapods.org/using/a-gemfile.html)

Gemfile:
```
gem "cocoapods"
gem "cocoapods-expert-difficulty"
```

Podfile:
```
plugin "cocoapods-expert-difficulty"
[...]
```

Then use `bundle exec pod install`