Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neonichu/schoutedenapus
:penguin: Generate Swift packages from podspecs.
https://github.com/neonichu/schoutedenapus
Last synced: 16 days ago
JSON representation
:penguin: Generate Swift packages from podspecs.
- Host: GitHub
- URL: https://github.com/neonichu/schoutedenapus
- Owner: neonichu
- License: mit
- Created: 2015-12-08T10:52:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T18:15:46.000Z (about 8 years ago)
- Last Synced: 2024-10-12T20:11:17.778Z (about 1 month ago)
- Language: Ruby
- Size: 9.77 KB
- Stars: 53
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Schoutedenapus
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
Generate Swift packages from podspecs.
Looking for the reverse conversion? => [Chocolat][1]
## Usage
Running
$ pod lib schoutedenapus POD_SPEC
will generate a new `Package.swift` in the current directory.
As of right now, Schoutedenapus will only pick up the name and dependencies
from the original podspec, you will have to manually move your source files
into a directory structure that works with SPM.## Installation
Schoutedenapus is a CocoaPods plugin distributed as RubyGem:
$ gem install cocoapods-schoutedenapus
[1]: https://github.com/neonichu/Chocolat