Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days ago
JSON representation
A CocoaPods plugin to stop polluting your project with UIKit/Cocoa imports
- Host: GitHub
- URL: https://github.com/keith/cocoapods-foundation-headers
- Owner: keith
- License: mit
- Created: 2017-09-16T20:45:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T17:30:42.000Z (over 2 years ago)
- Last Synced: 2024-03-23T16:21:29.349Z (10 months ago)
- Topics: cocoapods, ios, plugin, xcode
- Language: Ruby
- Size: 9.77 KB
- Stars: 14
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```