Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keith/cocoapods-foundation-headers

A CocoaPods plugin to stop polluting your project with UIKit/Cocoa imports
https://github.com/keith/cocoapods-foundation-headers

cocoapods ios plugin xcode

Last synced: about 20 hours ago
JSON representation

A CocoaPods plugin to stop polluting your project with UIKit/Cocoa imports

Awesome Lists containing this project

README

        

# cocoapods-foundation-headers

A [CocoaPods](https://cocoapods.org/) plugin for importing `Foundation`
instead of `UIKit`/`Cocoa` in the generated headers and pch files. See
[this issue](https://github.com/CocoaPods/CocoaPods/issues/6815) for
more details.

## Installation

```
$ gem install cocoapods-foundation-headers
```

## Usage

In your `Podfile` add:

```ruby
plugin "cocoapods-foundation-headers"
```