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
- Host: GitHub
- URL: https://github.com/orta/cocoapods-expert-difficulty
- Owner: orta
- License: mit
- Created: 2015-09-12T21:43:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T02:06:52.000Z (almost 11 years ago)
- Last Synced: 2025-04-14T06:16:40.251Z (about 1 year ago)
- Language: Ruby
- Size: 141 KB
- Stars: 26
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`